*
**********************************************************************
* $Log$
+ * Revision 1.45 2004/06/08 15:18:12 strk
+ * Deleted prototype for isspace() in postgis.h
+ * and included <ctype.h> in postgis_inout.c,
+ * which is the only module calling isspace().
+ * This was needed to compile postgis against PG75(CVS).
+ *
* Revision 1.44 2004/06/03 16:44:56 strk
* Added expand_geometry - expand(geometry, int8)
*
//prototypes
- int isspace(int c);
-
/* constructors*/
POLYGON3D *make_polygon(int nrings, int *pts_per_ring, POINT3D *pts, int npoints, int *size);
*
**********************************************************************
* $Log$
+ * Revision 1.43 2004/06/08 15:18:12 strk
+ * Deleted prototype for isspace() in postgis.h
+ * and included <ctype.h> in postgis_inout.c,
+ * which is the only module calling isspace().
+ * This was needed to compile postgis against PG75(CVS).
+ *
* Revision 1.42 2004/06/03 09:45:57 strk
* infinite geoms handled in WKB parser
*
#include <string.h>
#include <stdio.h>
#include <errno.h>
+#include <ctype.h>
#include "access/gist.h"
#include "access/itup.h"