mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
* src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
This commit is contained in:
@@ -38,7 +38,7 @@ symbol_list_new (symbol *sym, location loc)
|
||||
res->sym = sym;
|
||||
res->location = loc;
|
||||
|
||||
res->mid_rule = NULL;
|
||||
res->midrule = NULL;
|
||||
|
||||
res->action = NULL;
|
||||
res->used = false;
|
||||
|
||||
Reference in New Issue
Block a user