mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
More cleanup.
* src/reader.c (current_rule): Declare it static since it's no longer used outside this file. (grammar_current_rule_action_append): Remove redundant arguments from translate_rule_action invocation. * src/reader.h (current_rule): Remove this unused extern. * src/scan-code.h (translate_rule_action): Remove redundant arguments. * src/scan-code.l (translate_rule_action): Likewise.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
More cleanup.
|
||||
* src/reader.c (current_rule): Declare it static since it's no longer
|
||||
used outside this file.
|
||||
(grammar_current_rule_action_append): Remove redundant arguments from
|
||||
translate_rule_action invocation.
|
||||
* src/reader.h (current_rule): Remove this unused extern.
|
||||
* src/scan-code.h (translate_rule_action): Remove redundant arguments.
|
||||
* src/scan-code.l (translate_rule_action): Likewise.
|
||||
|
||||
2006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Clean up yesterday's patch.
|
||||
|
||||
Reference in New Issue
Block a user