From 856d2a5f6e7ed61fb26738730b5024593e355203 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 2 Oct 2008 17:20:21 +0000 Subject: [PATCH] Duh, boneheaded syntax error. Compile your code much, Paul? git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3051 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/lwgeom_geos_c.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lwgeom/lwgeom_geos_c.c b/lwgeom/lwgeom_geos_c.c index 3d6896c1c..e3d0bc863 100644 --- a/lwgeom/lwgeom_geos_c.c +++ b/lwgeom/lwgeom_geos_c.c @@ -2427,6 +2427,7 @@ Datum relate_pattern(PG_FUNCTION_ARGS) char *patt; bool result; GEOSGeom g1,g2; + int i; #ifdef PROFILE profstart(PROF_QRUN); -- 2.49.0