mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
* src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
* src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table as rules.
This commit is contained in:
@@ -420,7 +420,7 @@ build_relations (void)
|
||||
state_t *state = state_table[from_state[i]];
|
||||
states[0] = state->number;
|
||||
|
||||
for (rp = &ritem[rule_table[*rulep].rhs]; *rp >= 0; rp++)
|
||||
for (rp = &ritem[rules[*rulep].rhs]; *rp >= 0; rp++)
|
||||
{
|
||||
shifts *sp = state->shifts;
|
||||
int j;
|
||||
|
||||
Reference in New Issue
Block a user