diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-10-04 20:54:49 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-10-04 20:54:49 +0000 |
commit | 710e7be2e23d98dbfc5ac28297a122dd135ca0c3 (patch) | |
tree | 604529ecca5ec94dc7fd258e753fb0c2abcf032f /test/yacc/code_calc.tab.h | |
parent | 7118255f507c5b3f3ae663043547c6525b79a4d9 (diff) |
Diffstat (limited to 'test/yacc/code_calc.tab.h')
-rw-r--r-- | test/yacc/code_calc.tab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/yacc/code_calc.tab.h b/test/yacc/code_calc.tab.h index 19211182d6b3..b0bcb16dc450 100644 --- a/test/yacc/code_calc.tab.h +++ b/test/yacc/code_calc.tab.h @@ -1,3 +1,5 @@ #define DIGIT 257 #define LETTER 258 #define UMINUS 259 +#undef yytname +#define yytname yyname |