]> 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 480c97d444f1c28f989df475b6f647724cd908bb..0423d016d12046ae000292261752fc65c78f8744 100644 (file)
@@ -32,6 +32,10 @@ typedef struct symbol_list
   symbol *sym;
   location location;
 
+  /* If this symbol is the generated lhs for a mid-rule, a pointer to
+     that mid-rule.  */
+  struct symbol_list *midrule;
+
   /* The action is attached to the LHS of a rule. */
   const char *action;
   location action_location;