[geos-commits] r2603 - trunk/source/headers/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Jun 24 17:30:37 EDT 2009


Author: pramsey
Date: 2009-06-24 17:30:37 -0400 (Wed, 24 Jun 2009)
New Revision: 2603

Modified:
   trunk/source/headers/geos/platform.h.in
Log:
Fix stoopid syntax error.


Modified: trunk/source/headers/geos/platform.h.in
===================================================================
--- trunk/source/headers/geos/platform.h.in	2009-06-24 21:21:11 UTC (rev 2602)
+++ trunk/source/headers/geos/platform.h.in	2009-06-24 21:30:37 UTC (rev 2603)
@@ -75,7 +75,7 @@
 #else
 // Hack for OS/X <cmath> incorrectly re-defining isnan() into
 // oblivion. It does leave a version in std.
-#define ISNAN(c) ( std::isnan(x) )
+#define ISNAN(x) ( std::isnan(x) )
 #endif
 
 #ifdef HAVE_INT64_T_64



More information about the geos-commits mailing list