diff options
Diffstat (limited to 'test/btyacc/code_error.tab.c')
| -rw-r--r-- | test/btyacc/code_error.tab.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/btyacc/code_error.tab.c b/test/btyacc/code_error.tab.c index 3a66ac6ad6e7a..d5288b20ad304 100644 --- a/test/btyacc/code_error.tab.c +++ b/test/btyacc/code_error.tab.c @@ -33,6 +33,10 @@ const YYINT error_table[] = { 1, }; const YYINT error_check[] = { 256, }; +#if YYBTYACC +const YYINT error_ctable[] = { -1, +}; +#endif #ifndef YYDEBUG #define YYDEBUG 0 #endif |
