* 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)
Fix obvious typo that results in uncompilable GLR parsers
when both %pure-parser and %locations are used.  (trivial change)

ChangeLog

index 998b724..a86c398 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.