Code

GSoC C++-ificiation merge and cleanup.
[inkscape.git] / src / isinf.h
index 92c885701d1bfcc36369648c3095c65ae784f92b..7799d2876cdccbeaf824354b216c613eb9ad724c 100644 (file)
@@ -5,7 +5,7 @@
  * Fix for missing std::isnormal with SOLARIS8/GCC3.2
  */
  
-#if defined (SOLARIS_2_8) && __GNUC__ == 3 && __GNUC_MINOR__ == 2
+#if defined (SOLARIS)
 
        #include <ieeefp.h>
        #define isinf(x) ((fpclass(x) == FP_NINF) || (fpclass(x) == FP_PINF))