]> granicus.if.org Git - postgis/commitdiff
removed generated file
authorRalph Mason <ralph.mason@telogis.com>
Thu, 29 Apr 2004 21:07:25 +0000 (21:07 +0000)
committerRalph Mason <ralph.mason@telogis.com>
Thu, 29 Apr 2004 21:07:25 +0000 (21:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@544 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/wktparse.tab.h [deleted file]

diff --git a/lwgeom/wktparse.tab.h b/lwgeom/wktparse.tab.h
deleted file mode 100644 (file)
index 7b03cdb..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef BISON_WKTPARSE_TAB_H
-# define BISON_WKTPARSE_TAB_H
-
-#ifndef YYSTYPE
-typedef union {
-       double value;
-       const char* wkb;
-} yystype;
-# define YYSTYPE yystype
-#endif
-# define       POINT   257
-# define       LINESTRING      258
-# define       POLYGON 259
-# define       MULTIPOINT      260
-# define       MULTILINESTRING 261
-# define       MULTIPOLYGON    262
-# define       GEOMETRYCOLLECTION      263
-# define       SRID    264
-# define       EMPTY   265
-# define       VALUE   266
-# define       LPAREN  267
-# define       RPAREN  268
-# define       COMMA   269
-# define       EQUALS  270
-# define       SEMICOLON       271
-# define       WKB     272
-
-
-extern YYSTYPE lwg_parse_yylval;
-
-#endif /* not BISON_WKTPARSE_TAB_H */