mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +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
|
#else
|
||||||
|
|
||||||
yyFail (yystack][]b4_lpure_args[, "parser stack overflow");
|
yyFail (yystack][]b4_pure_args[, "parser stack overflow");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user