X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ad6b1efa2f5ba267158318b48bbda4a30221f905..8ee5b53874f631bf6099e19fc6e13cbc47bc5fd8:/src/symlist.h diff --git a/src/symlist.h b/src/symlist.h index 2b901999..a2272608 100644 --- a/src/symlist.h +++ b/src/symlist.h @@ -54,6 +54,7 @@ typedef struct symbol_list symbol *ruleprec; int dprec; int merger; + location merger_declaration_location; /* The list. */ struct symbol_list *next;