mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
lalr1.cc: minor changes.
* data/c++.m4: Space changes. * data/lalr1.cc (yysyntax_error_): Adjust signature.
This commit is contained in:
@@ -967,7 +967,7 @@ m4_ifdef([b4_lex_param], [, ]b4_lex_param)));])[
|
||||
std::string
|
||||
]b4_parser_class_name[::yysyntax_error_ (]dnl
|
||||
b4_error_verbose_if([state_type yystate, int yytoken],
|
||||
[int, int])[)
|
||||
[state_type, int])[)
|
||||
{
|
||||
std::string yyres;]b4_error_verbose_if([[
|
||||
int yyn = yypact_[yystate];
|
||||
|
||||
Reference in New Issue
Block a user