mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
* src/lalr.h (consistent): Removed array, which contents is now
member of... (state_t): this structure. * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c: Adjust.
This commit is contained in:
@@ -178,7 +178,7 @@ print_actions (int state, const char *node_name, struct obstack *node_obstack)
|
||||
obstack_sgrow (node_obstack, "\\n");
|
||||
}
|
||||
|
||||
if (consistent[state] && redp)
|
||||
if (state_table[state].consistent && redp)
|
||||
{
|
||||
rule = redp->rules[0];
|
||||
symbol = rlhs[rule];
|
||||
|
||||
Reference in New Issue
Block a user