]> git.saurik.com Git - bison.git/blobdiff - src/symlist.h
Don't miss %merge result type warnings just because the LHS types are
[bison.git] / src / symlist.h
index 2b901999d814748514a69375fc28ccb20d91b326..a2272608c1b90e4dfb231e96da2ba1674a333dce 100644 (file)
@@ -54,6 +54,7 @@ typedef struct symbol_list
   symbol *ruleprec;
   int dprec;
   int merger;
+  location merger_declaration_location;
 
   /* The list.  */
   struct symbol_list *next;