mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 13:53:03 +00:00
Clean up yesterday's patch.
* parse-gram.y (rhs): Move grammar_midrule_action invocation from here to... * src/reader.c (grammar_current_rule_action_append): ... here for consistency with grammar_current_rule_symbol_append. * tests/regression.at (Braced code in declaration in rules section): Make yyerror and yylex static as usual.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Clean up yesterday's patch.
|
||||
* parse-gram.y (rhs): Move grammar_midrule_action invocation from here
|
||||
to...
|
||||
* src/reader.c (grammar_current_rule_action_append): ... here for
|
||||
consistency with grammar_current_rule_symbol_append.
|
||||
* tests/regression.at (Braced code in declaration in rules section):
|
||||
Make yyerror and yylex static as usual.
|
||||
|
||||
2006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Fix bug that mistakes braced code in a declaration in the rules section
|
||||
|
||||
Reference in New Issue
Block a user