mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user