]> granicus.if.org Git - postgis/commitdiff
cleanups.
authorSandro Santilli <strk@keybit.net>
Thu, 28 Oct 2004 16:13:30 +0000 (16:13 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 28 Oct 2004 16:13:30 +0000 (16:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1065 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_box2dfloat4.c
lwgeom/lwgeom_geos.c

index 237ead61cfbe32b71ad2ee753af66410d3048ee9..3f5cbae182dc77bd90bbd4b310474700c2b4ddfa 100644 (file)
@@ -34,6 +34,7 @@ Datum BOX2DFLOAT4_xmax(PG_FUNCTION_ARGS);
 Datum BOX2DFLOAT4_ymax(PG_FUNCTION_ARGS);
 Datum BOX2DFLOAT4_combine(PG_FUNCTION_ARGS);
 Datum BOX2DFLOAT4_to_LWGEOM(PG_FUNCTION_ARGS);
+Datum BOX2DFLOAT4_construct(PG_FUNCTION_ARGS);
 
 
 
index 42bf02f0448a797642244f15a0e43f2adbc1553f..10422e9b0d7569853829d59d3883105ebc3ad13d 100644 (file)
@@ -2249,7 +2249,7 @@ Datum GEOS_polygonize_garray(PG_FUNCTION_ARGS)
        ArrayType *array;
        int is3d = 0;
        unsigned int nelems, i;
-       PG_LWGEOM **geoms, *result, *pgis_geom;
+       PG_LWGEOM **geoms, *result;
        Geometry *geos_result;
        Geometry **vgeoms;
 #ifdef DEBUG