mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
(yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
Fix obvious typo that results in uncompilable GLR parsers when both %pure-parser and %locations are used. (trivial change from Yakov Markovitch <Markovitch@iso.ru>)
This commit is contained in:
@@ -926,7 +926,7 @@ yyexpandGLRStack (yyGLRStack* yystack]b4_pure_formals[)
|
||||
|
||||
#else
|
||||
|
||||
yyFail (yystack][]b4_lpure_args[, "parser stack overflow");
|
||||
yyFail (yystack][]b4_pure_args[, "parser stack overflow");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user