]> git.saurik.com Git - bison.git/commit - ChangeLog-2012
Clean up yesterday's patch.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 25 Jun 2006 06:59:54 +0000 (06:59 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 25 Jun 2006 06:59:54 +0000 (06:59 +0000)
commit381ecb068724f3ae161d7de6bdc8b3ebd402cdb4
tree5c5e071597c45fe8db16f52b4e8fc403d6f06182
parent4210cd0bfcf94b41ce12725f19a314db5ad3ae65
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.
ChangeLog
src/parse-gram.c
src/parse-gram.y
src/reader.c
tests/regression.at