X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9e4917b2a146c60f47c96916f2eaad9b43af82c5..ae2b48f5c00b50f1873dc205020288c19bd1c27c:/src/symlist.h diff --git a/src/symlist.h b/src/symlist.h index 657efacd..9b0f1172 100644 --- a/src/symlist.h +++ b/src/symlist.h @@ -78,6 +78,10 @@ typedef struct symbol_list * each RHS are also stored here. */ code_props action_props; + /* The location of the first %empty for this rule, or \a + empty_location. */ + location percent_empty_loc; + int dprec; int merger; location merger_declaration_location;