mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
multistart: start more thorough testing
* tests/local.at (AT_MULTISTART_IF): New. * tests/calc.at: Adjust to check multiple start symbols. * data/skeletons/yacc.c (yy_parse_impl): Fix.
This commit is contained in:
@@ -2182,7 +2182,8 @@ yypushreturn:]], [[
|
||||
]b4_parse_error_bmatch([detailed\|verbose],
|
||||
[[ if (yymsg != yymsgbuf)
|
||||
YYSTACK_FREE (yymsg);]])[]m4_ifdef([b4_start_symbols], [[
|
||||
yyimpl->yynerrs = yynerrs;]])[
|
||||
if (yyimpl)
|
||||
yyimpl->yynerrs = yynerrs;]])[
|
||||
return yyresult;
|
||||
}
|
||||
]b4_push_if([b4_parse_state_variable_macros([b4_macro_undef])])[
|
||||
|
||||
Reference in New Issue
Block a user