* src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.

This commit is contained in:
Akim Demaille
2006-01-05 13:38:58 +00:00
parent 7a0db73e6f
commit 6ec2c0f295
4 changed files with 8 additions and 4 deletions

View File

@@ -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;