]> granicus.if.org Git - postgis/commitdiff
Fixed invalid C++ style comment
authorSandro Santilli <strk@keybit.net>
Tue, 18 Apr 2006 16:57:10 +0000 (16:57 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 18 Apr 2006 16:57:10 +0000 (16:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2336 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/wktparse.y

index ed2b77dc9dd3b2588c3f1033f6e230bfd7c239fa..d34e5ccd0162f627e55b3d134371f1f71b192757 100644 (file)
@@ -213,7 +213,7 @@ geometrycollection :
        { alloc_counter(); } LPAREN geometrycollection_int RPAREN { pop(); }
 
 geometrycollection_int :
-       // to support GEOMETRYCOLLECTION(EMPTY) for backward compatibility
+       /* to support GEOMETRYCOLLECTION(EMPTY) for backward compatibility */
        empty
        |
        geometry_int