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/btyacc/code_calc.tab.c | |
parent | 7118255f507c5b3f3ae663043547c6525b79a4d9 (diff) |
Diffstat (limited to 'test/btyacc/code_calc.tab.c')
-rw-r--r-- | test/btyacc/code_calc.tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btyacc/code_calc.tab.c b/test/btyacc/code_calc.tab.c index 876b1dcf6a23..0de2897ccdf7 100644 --- a/test/btyacc/code_calc.tab.c +++ b/test/btyacc/code_calc.tab.c @@ -125,7 +125,6 @@ const YYINT calc_ctable[] = { -1, #ifndef YYDEBUG #define YYDEBUG 0 #endif -#if YYDEBUG const char *const calc_name[] = { "$end",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,0,0,0, @@ -138,6 +137,7 @@ const char *const calc_name[] = { 0,0,"error","DIGIT","LETTER","UMINUS","$accept","list","stat","expr","number", "illegal-symbol", }; +#if YYDEBUG const char *const calc_rule[] = { "$accept : list", "list :", |