From: Paul Eggert Date: Tue, 29 Apr 2003 06:04:56 +0000 (+0000) Subject: * data/yacc.c: (b4_lex_param): Corrected for the case where X-Git-Tag: BISON-2_0~322 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6175ffe3211dad578ce6585584c4eb85cf891830 * data/yacc.c: (b4_lex_param): Corrected for the case where %lex-param is provided and %pure-parser isn't. --- diff --git a/ChangeLog b/ChangeLog index fdf3a49b..668e85f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-28 Tim Van Holder + + * data/yacc.c: (b4_lex_param): Corrected for the case where + %lex-param is provided and %pure-parser isn't. + 2003-04-27 Paul Eggert Avoid gcc -Wundef warnings reported by Gerald Pfeifer in