diff options
Diffstat (limited to 'test/yacc/quote_calc3.tab.h')
-rw-r--r-- | test/yacc/quote_calc3.tab.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/yacc/quote_calc3.tab.h b/test/yacc/quote_calc3.tab.h new file mode 100644 index 000000000000..1a4657903411 --- /dev/null +++ b/test/yacc/quote_calc3.tab.h @@ -0,0 +1,9 @@ +#define OP_ADD 257 +#define OP_SUB 259 +#define OP_MUL 261 +#define OP_DIV 263 +#define OP_MOD 265 +#define OP_AND 267 +#define DIGIT 269 +#define LETTER 270 +#define UMINUS 271 |