]> granicus.if.org Git - postgis/commitdiff
fix cpp extra token warning
authorSandro Santilli <strk@keybit.net>
Fri, 27 May 2011 08:34:13 +0000 (08:34 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 27 May 2011 08:34:13 +0000 (08:34 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7267 b70326c6-7e19-0410-871a-916f4a2858ee

topology/topology.sql.in.c

index b5374f5ceb5c0e2ad624b182770192ce166f436f..137909e746c5f1ea5e7401d672b3f2f041dfd553 100644 (file)
@@ -2452,7 +2452,9 @@ LANGUAGE 'plpgsql' VOLATILE STRICT;
 
 --  SQL/MM block
 #include "sql/sqlmm.sql"
-#include "sql/query/GetRingEdges.sql" // needs getfaceedges_returntype
+
+-- The following file needs getfaceedges_returntype, defined in sqlmm.sql
+#include "sql/query/GetRingEdges.sql"
 
 
 --COMMIT;