X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/75ad86eebd3f49dff81976eb83036eb7b7793e68..2a6b783defd8f8f4325b99292482d03305af12e3:/src/state.h diff --git a/src/state.h b/src/state.h index e0aa6b75..2d67bb7c 100644 --- a/src/state.h +++ b/src/state.h @@ -202,18 +202,14 @@ struct state reductions *reductions; errs *errs; - /* Nonzero if no lookahead is needed to decide what to do in state S. */ + /* If non-zero, then no lookahead sets on reduce actions are needed to + decide what to do in state S. */ char consistent; /* If some conflicts were solved thanks to precedence/associativity, a human readable description of the resolution. */ const char *solved_conflicts; - /* Conflict resolution sometimes makes states unreachable. Initialized to 0 - in state_new and then used by state_remove_unreachable_states after - conflicts_solve. */ - bool reachable; - /* Its items. Must be last, since ITEMS can be arbitrarily large. */ size_t nitems;