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_error.tab.c | |
| parent | 710e7be2e23d98dbfc5ac28297a122dd135ca0c3 (diff) | |
Diffstat (limited to 'test/btyacc/code_error.tab.c')
| -rw-r--r-- | test/btyacc/code_error.tab.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/btyacc/code_error.tab.c b/test/btyacc/code_error.tab.c index d5288b20ad30..88cff35909a2 100644 --- a/test/btyacc/code_error.tab.c +++ b/test/btyacc/code_error.tab.c @@ -11,9 +11,11 @@ const YYINT error_len[] = { 2, const YYINT error_defred[] = { 0, 1, 0, }; +#if defined(YYDESTRUCT_CALL) || defined(YYSTYPE_TOSTRING) const YYINT error_stos[] = { 0, 256, 258, }; +#endif /* YYDESTRUCT_CALL || YYSTYPE_TOSTRING */ const YYINT error_dgoto[] = { 2, }; const YYINT error_sindex[] = { -256, |
