]> git.saurik.com Git - bison.git/blobdiff - src/symlist.h
style: use /* ... */ comments
[bison.git] / src / symlist.h
index 657efacdab2314ba73d04a1174eb59d54ccbc96c..c369f69bb1067a6d6f32a594090093e9eaf1fd49 100644 (file)
@@ -78,7 +78,12 @@ 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;
+  location dprec_location;
   int merger;
   location merger_declaration_location;