(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:
Paul Eggert
2003-04-21 19:37:09 +00:00
parent 1b8f2fff2a
commit 1d2d7eddf7

View File

@@ -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
}