*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.6 1997/05/11 15:11:41 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.7 1997/05/19 03:49:39 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
{
PATH *result;
- if (PointerIsValid((char *)result = path_copy(path)))
+ if (PointerIsValid((char *)(result = path_copy(path))))
result->closed = TRUE;
return(result);
{
PATH *result;
- if (PointerIsValid((char *)result = path_copy(path)))
+ if (PointerIsValid((char *)(result = path_copy(path))))
result->closed = FALSE;
return(result);
#if OLD_FORMAT_IN
};
-#endif;
+#endif
make_bound_box(poly);
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.6 1997/05/11 15:11:41 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.7 1997/05/19 03:49:39 scrappy Exp $
*
*-------------------------------------------------------------------------
*/