* data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Apr 2003 19:37:40 +0000 (19:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Apr 2003 19:37:40 +0000 (19:37 +0000)
commit089ac0f11c0b6a88c9138eddd3d814ddc913b557
tree88de95caf69872920d9acd559afdf6db63b54bd0
parent1d2d7eddf73d4244900ea00fe1949c56db07a2f7
* data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
Fix obvious typo that results in uncompilable GLR parsers
when both %pure-parser and %locations are used.  (trivial change)
ChangeLog