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;