[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Mon May 3 04:26:43 CEST 2004


CVS commit by staikos: 

attempting to fix solaris 9 / gcc 3.3 build


  M +5 -1      kstvector.cpp   1.67


--- kdeextragear-2/kst/kst/kstvector.cpp  #1.66:1.67
@@ -30,4 +30,8 @@
 #include "kstdebug.h"
 
+#ifdef __sun
+#include <ieeefp.h>
+#endif
+
 /*
 ** Both Solaris and FreeBSD-current do weird things with the
@@ -41,5 +45,5 @@
 #define KST_ISNAN(a)    (a == NAN ? 1 : 0)
 #else
-#define KST_ISNAN(a)    std::isnan(a)
+#define KST_ISNAN(a)    isnan(a)
 #endif
 





More information about the Kst mailing list