mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-06-28 15:39:02 +08:00
remove bison generated files
This commit is contained in:
parent
bf7a9ae0eb
commit
6befd88462
1061
src/sql/parser.c
1061
src/sql/parser.c
File diff suppressed because it is too large
Load Diff
@ -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;
|
|
Loading…
Reference in New Issue
Block a user