mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 19:23:02 +00:00
* src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
* src/print.c, src/print_graph.c, src/state.h: Rename state_table as states.
This commit is contained in:
@@ -70,7 +70,7 @@ extern unsigned *LA;
|
||||
|
||||
|
||||
/* All the states, indexed by the state number. */
|
||||
extern state_t **state_table;
|
||||
extern state_t **states;
|
||||
|
||||
extern int tokensetsize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user