[postgis-tickets] r14965 - Fix macro redefinition

Sandro Santilli strk at kbt.io
Thu Jun 16 05:51:52 PDT 2016


Author: strk
Date: 2016-06-16 05:51:51 -0700 (Thu, 16 Jun 2016)
New Revision: 14965

Modified:
   trunk/liblwgeom/lwgeom_wrapx.c
Log:
Fix macro redefinition

Modified: trunk/liblwgeom/lwgeom_wrapx.c
===================================================================
--- trunk/liblwgeom/lwgeom_wrapx.c	2016-06-16 11:25:59 UTC (rev 14964)
+++ trunk/liblwgeom/lwgeom_wrapx.c	2016-06-16 12:51:51 UTC (rev 14965)
@@ -23,7 +23,7 @@
  **********************************************************************/
 
 #include "../postgis_config.h"
-#define POSTGIS_DEBUG_LEVEL 4
+/*#define POSTGIS_DEBUG_LEVEL 4*/
 #include "lwgeom_geos.h"
 #include "liblwgeom_internal.h"
 



More information about the postgis-tickets mailing list