m_useExtendedPrecision is only used if the macro wxUSE_APPLE_IEEE is defined

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2013-05-16 06:18:54 +00:00
parent d949642d76
commit a60b469fa5

View File

@ -30,9 +30,9 @@ public:
// precision (64 bits) is used for doubles. // precision (64 bits) is used for doubles.
void UseBasicPrecisions() void UseBasicPrecisions()
{ {
#if !wxUSE_APPLE_IEEE #if wxUSE_APPLE_IEEE
m_useExtendedPrecision = false; m_useExtendedPrecision = false;
#endif // !wxUSE_APPLE_IEEE #endif // wxUSE_APPLE_IEEE
} }
// UseExtendedPrecision() is not very useful as it corresponds to the // UseExtendedPrecision() is not very useful as it corresponds to the