]> git.saurik.com Git - bison.git/blobdiff - src/symlist.h
* Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
[bison.git] / src / symlist.h
index bff56683aa94d5b62a279cab7472f6a9c7bb080e..0423d016d12046ae000292261752fc65c78f8744 100644 (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;