X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a49aecd528ab271f49fa76a482abbd84ce216b46..0624954c7e3798517a63fcc4ae423fbd18851f08:/src/state.h diff --git a/src/state.h b/src/state.h index c2282474..95b716d8 100644 --- a/src/state.h +++ b/src/state.h @@ -184,7 +184,12 @@ typedef struct state_s short lookaheadsp; int nlookaheads; - /* Its items. */ + /* If some conflicts were solved thanks to precedence/associativity, + a human readable description of the resolution. */ + const char *solved_conflicts; + + /* Its items. Must be last, since ITEMS can be arbitrarily large. + */ unsigned short nitems; item_number_t items[1]; } state_t;