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.c | |
parent | 7118255f507c5b3f3ae663043547c6525b79a4d9 (diff) |
Diffstat (limited to 'test/yacc/code_calc.tab.c')
-rw-r--r-- | test/yacc/code_calc.tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yacc/code_calc.tab.c b/test/yacc/code_calc.tab.c index e72fa8421c4e..df3b4525c9e6 100644 --- a/test/yacc/code_calc.tab.c +++ b/test/yacc/code_calc.tab.c @@ -82,7 +82,6 @@ const YYINT calc_check[] = { 40, #ifndef YYDEBUG #define YYDEBUG 0 #endif -#if YYDEBUG const char *const calc_name[] = { "end-of-file",0,0,0,0,0,0,0,0,0,"'\\n'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, @@ -94,6 +93,7 @@ const char *const calc_name[] = { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,"DIGIT","LETTER","UMINUS",0,0,0,0,0,"illegal-symbol", }; +#if YYDEBUG const char *const calc_rule[] = { "$accept : list", "list :", |