mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13: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:
@@ -191,7 +191,7 @@ set_conflicts (int state)
|
||||
unsigned *fp1;
|
||||
int symbol;
|
||||
|
||||
if (consistent[state])
|
||||
if (state_table[state].consistent)
|
||||
return;
|
||||
|
||||
for (i = 0; i < tokensetsize; i++)
|
||||
|
||||
Reference in New Issue
Block a user