diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-12-05 21:23:44 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-12-05 21:23:44 +0000 |
commit | af7e34d5cb7547f2c377442a096254dbda0d6809 (patch) | |
tree | ed4d3ad0b7d871eb09cbe8ac9e9bc2e8c0956bb6 /test/btyacc/code_calc.tab.c | |
parent | 710e7be2e23d98dbfc5ac28297a122dd135ca0c3 (diff) |
Import byacc 20161202.vendor/byacc/20161202
Notes
Notes:
svn path=/vendor/byacc/dist/; revision=309561
svn path=/vendor/byacc/20161202/; revision=309562; tag=vendor/byacc/20161202
Diffstat (limited to 'test/btyacc/code_calc.tab.c')
-rw-r--r-- | test/btyacc/code_calc.tab.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/btyacc/code_calc.tab.c b/test/btyacc/code_calc.tab.c index 0de2897ccdf7..6486b83667ec 100644 --- a/test/btyacc/code_calc.tab.c +++ b/test/btyacc/code_calc.tab.c @@ -16,12 +16,14 @@ const YYINT calc_defred[] = { 1, 0, 0, 18, 0, 6, 0, 0, 0, 0, 9, 10, 11, }; +#if defined(YYDESTRUCT_CALL) || defined(YYSTYPE_TOSTRING) const YYINT calc_stos[] = { 0, 261, 256, 257, 258, 45, 40, 262, 263, 264, 10, 61, 258, 263, 263, 10, 124, 38, 43, 45, 42, 47, 37, 257, 263, 41, 263, 263, 263, 263, 263, 263, 263, }; +#endif /* YYDESTRUCT_CALL || YYSTYPE_TOSTRING */ const YYINT calc_dgoto[] = { 1, 7, 8, 9, }; |