diff options
Diffstat (limited to 'test/yacc/code_calc.tab.h')
-rw-r--r-- | test/yacc/code_calc.tab.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/yacc/code_calc.tab.h b/test/yacc/code_calc.tab.h new file mode 100644 index 000000000000..b0bcb16dc450 --- /dev/null +++ b/test/yacc/code_calc.tab.h @@ -0,0 +1,5 @@ +#define DIGIT 257 +#define LETTER 258 +#define UMINUS 259 +#undef yytname +#define yytname yyname |