mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
* src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
* src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table as rules.
This commit is contained in:
@@ -35,7 +35,7 @@ int nvars;
|
||||
short *ritem = NULL;
|
||||
int nritems;
|
||||
|
||||
rule_t *rule_table = NULL;
|
||||
rule_t *rules = NULL;
|
||||
|
||||
struct bucket **symbols = NULL;
|
||||
short *token_translations = NULL;
|
||||
|
||||
Reference in New Issue
Block a user