Code

Merge from trunk.
[inkscape.git] / src / isnormal.h
index 6587331c362c86a382ba329b54639eb7876b8097..d5310592624dbddea50752ea13d1ecf3bcca6266 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 isnormal(x) (fpclass(x) >= FP_NZERO)