mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-08-23 09:44:27 +00:00
* src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
This commit is contained in:
+1
-1
@@ -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