diff options
| author | 2008-04-20 03:01:40 +0000 | |
|---|---|---|
| committer | 2008-04-20 03:01:40 +0000 | |
| commit | a10bff05fcbe6835ff596f002d97d25495cbf4cc (patch) | |
| tree | c2903f48f88e83e7f9dd47c4017593f9c34e7787 /src/modules/math | |
| parent | quick fix for win32. test it (diff) | |
| download | KVIrc-a10bff05fcbe6835ff596f002d97d25495cbf4cc.tar.gz KVIrc-a10bff05fcbe6835ff596f002d97d25495cbf4cc.tar.bz2 KVIrc-a10bff05fcbe6835ff596f002d97d25495cbf4cc.zip | |
defined COMPILE_ON_MAC and removed ugly Q_OS_MACX
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1528 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/math')
| -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 |
