From 5b82047b66f64498b93da80cbb6f4386d4c32698 Mon Sep 17 00:00:00 2001 From: Ralph Mason Date: Thu, 29 Apr 2004 21:07:25 +0000 Subject: [PATCH] removed generated file git-svn-id: http://svn.osgeo.org/postgis/trunk@544 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/wktparse.tab.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 lwgeom/wktparse.tab.h diff --git a/lwgeom/wktparse.tab.h b/lwgeom/wktparse.tab.h deleted file mode 100644 index 7b03cdbb3..000000000 --- a/lwgeom/wktparse.tab.h +++ /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 */ -- 2.40.0