From: Paul Eggert Date: Mon, 21 Apr 2003 19:37:40 +0000 (+0000) Subject: * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]: X-Git-Tag: BISON-2_0~332 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/089ac0f11c0b6a88c9138eddd3d814ddc913b557 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]: Fix obvious typo that results in uncompilable GLR parsers when both %pure-parser and %locations are used. (trivial change) --- diff --git a/ChangeLog b/ChangeLog index 998b724e..a86c398b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-04-21 Yakov Markovitch + + * 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 * src/scan-gram.l: Add %option nounput, since we no longer use unput.