* 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:
Akim Demaille
2001-11-19 10:08:02 +00:00
parent 90b4416b5b
commit de326cc0de
7 changed files with 20 additions and 16 deletions

View File

@@ -428,7 +428,7 @@ action_row (int state)
if (nreds >= 1 && !nodefault)
{
if (consistent[state])
if (state_table[state].consistent)
default_rule = redp->rules[0];
else
{