From a10bff05fcbe6835ff596f002d97d25495cbf4cc Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Sun, 20 Apr 2008 03:01:40 +0000 Subject: 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 --- src/modules/math/libkvimath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/math') 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 -- cgit v1.3.1-10-gc9f91