mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Make %push-parser imply %pure-parser. This fixes several bugs; see
<http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>. * src/parse-gram.y (prologue_declaration): For %push-parser, also set pure_parser = true. * data/push.c: Don't bother testing b4_push_if when deciding whether to expand b4_declare_parser_variables globally. (yypush_parse): Likewise in here. * data/push.c (yypush_parse): Add b4_parse_param to arguments. (yy_reduce_print): Reformat M4 for readability.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Make %push-parser imply %pure-parser. This fixes several bugs; see
|
||||
<http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
|
||||
* src/parse-gram.y (prologue_declaration): For %push-parser, also set
|
||||
pure_parser = true.
|
||||
* data/push.c: Don't bother testing b4_push_if when deciding whether
|
||||
to expand b4_declare_parser_variables globally.
|
||||
(yypush_parse): Likewise in here.
|
||||
|
||||
* data/push.c (yypush_parse): Add b4_parse_param to arguments.
|
||||
(yy_reduce_print): Reformat M4 for readability.
|
||||
|
||||
2006-12-15 Bob Rossi <bob@brasko.net>
|
||||
and Joel Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user