mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:03:02 +01:00
Regenerate parse.cpp
This commit is contained in:
parent
e62892f824
commit
98381ac8a1
@ -1,3 +1,6 @@
|
||||
#ifndef YYSTYPE
|
||||
#define YYSTYPE int
|
||||
#endif
|
||||
#define ACTIVE 257
|
||||
#define ADD 258
|
||||
#define AFTER 259
|
||||
@ -259,4 +262,6 @@
|
||||
#define IIF 515
|
||||
#define SCALAR_ARRAY 516
|
||||
#define CROSS 517
|
||||
#define CURRENT_DATABASE 518
|
||||
|
||||
|
||||
extern YYSTYPE yylval;
|
||||
|
14648
src/dsql/parse.cpp
14648
src/dsql/parse.cpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user