* data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:

Fix obvious typo that results in uncompilable GLR parsers
when both %pure-parser and %locations are used.  (trivial change)
This commit is contained in:
Paul Eggert
2003-04-21 19:37:40 +00:00
parent 1d2d7eddf7
commit 089ac0f11c

View File

@@ -1,3 +1,9 @@
2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
* data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
Fix obvious typo that results in uncompilable GLR parsers
when both %pure-parser and %locations are used. (trivial change)
2003-04-17 Paul Eggert <eggert@twinsun.com>
* src/scan-gram.l: Add %option nounput, since we no longer use unput.