remove bison generated files

This commit is contained in:
Brian Bruns 2010-06-17 19:05:03 -04:00
parent bf7a9ae0eb
commit 6befd88462
2 changed files with 0 additions and 1085 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,24 +0,0 @@
#define NAME 257
#define PATH 258
#define STRING 259
#define NUMBER 260
#define SELECT 261
#define FROM 262
#define WHERE 263
#define CONNECT 264
#define DISCONNECT 265
#define TO 266
#define LIST 267
#define TABLES 268
#define AND 269
#define DESCRIBE 270
#define TABLE 271
#define LTEQ 272
#define GTEQ 273
#define LIKE 274
typedef union {
char *name;
double dval;
int ival;
} YYSTYPE;
extern YYSTYPE yylval;