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