X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/84866159725a9df9febc1050643c0355eba5916c..fcd8e2011da5f87d20189ad69a989c166e05413f:/src/symlist.h diff --git a/src/symlist.h b/src/symlist.h index bff56683..0423d016 100644 --- a/src/symlist.h +++ b/src/symlist.h @@ -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;