cleanups.

git-svn-id: http://svn.osgeo.org/postgis/trunk@1065 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2004-10-28 16:13:30 +00:00
parent 60f183b6b7
commit bb54094cd9
2 changed files with 2 additions and 1 deletions

View 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);

View 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