mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
* src/reader.c (parse_action): Don't store directly into the
rule's action member: return the action as a string. Don't require `rule_length' as an argument: compute it. (grammar_current_rule_symbol_append) (grammar_current_rule_action_append): New, eved out from (readgram): here. Remove `action_flag', `rulelength', unused now.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2002-06-11 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/reader.c (parse_action): Don't store directly into the
|
||||
rule's action member: return the action as a string.
|
||||
Don't require `rule_length' as an argument: compute it.
|
||||
(grammar_current_rule_symbol_append)
|
||||
(grammar_current_rule_action_append): New, eved out from
|
||||
(readgram): here.
|
||||
Remove `action_flag', `rulelength', unused now.
|
||||
|
||||
2002-06-11 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/reader.c (grammar_current_rule_prec_set).
|
||||
|
||||
Reference in New Issue
Block a user