mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
* src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
This commit is contained in:
@@ -34,7 +34,7 @@ typedef struct symbol_list
|
||||
|
||||
/* If this symbol is the generated lhs for a mid-rule, a pointer to
|
||||
that mid-rule. */
|
||||
struct symbol_list *mid_rule;
|
||||
struct symbol_list *midrule;
|
||||
|
||||
/* The action is attached to the LHS of a rule. */
|
||||
const char *action;
|
||||
|
||||
Reference in New Issue
Block a user