diff options
Diffstat (limited to 'src/modules/math/libkvimath.cpp')
| -rw-r--r-- | src/modules/math/libkvimath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/math/libkvimath.cpp b/src/modules/math/libkvimath.cpp index 917ec558d..8a60d18e4 100644 --- a/src/modules/math/libkvimath.cpp +++ b/src/modules/math/libkvimath.cpp @@ -30,7 +30,7 @@ // Workaround for lost isnan and isinf definitions after // inclusion of iostream.h on some MacOS X systems -#ifdef Q_OS_MACX +#ifdef COMPILE_ON_MAC #ifndef isnan extern "C" int isnan (double); #endif |
