This is really a commit intended to amend the previous for the sake
of pointing to the correct bug being closed by it: #1273 (not #1023
which is more complex)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8204
b70326c6-7e19-0410-871a-
916f4a2858ee
return lwgeom_to_wkt(lwgeom_from_gserialized(g), WKT_ISO, 12, 0);
}
-void gbox_float_round(GBOX *gbox)
+/* TODO: expose to internal API ? */
+static void gbox_float_round(GBOX *gbox)
{
gbox->xmin = next_float_down(gbox->xmin);
gbox->xmax = next_float_up(gbox->xmax);