mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 13:53:03 +00:00
* src/LR0.c (generate_states): Use nritems, not nitems, nor using
the 0-sentinel. * src/gram.c (ritem_longest_rhs): Likewise. * src/reduce.c (nonterminals_reduce): Likewise. * src/print_graph.c (print_graph): Likewise. * src/output.c (output_rule_data): Likewise. * src/nullable.c (set_nullable): Likewise.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/LR0.c (generate_states): Use nritems, not nitems, nor using
|
||||
the 0-sentinel.
|
||||
* src/gram.c (ritem_longest_rhs): Likewise.
|
||||
* src/reduce.c (nonterminals_reduce): Likewise.
|
||||
* src/print_graph.c (print_graph): Likewise.
|
||||
* src/output.c (output_rule_data): Likewise.
|
||||
* src/nullable.c (set_nullable): Likewise.
|
||||
|
||||
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/output.c: Comment changes.
|
||||
|
||||
Reference in New Issue
Block a user