* 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 09:10:30 +00:00
parent cfc3acf242
commit d80a86e0b5
7 changed files with 20 additions and 16 deletions

View File

@@ -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++)