- if (!state_table[i]->consistent)
- for (j = 0; j < state_table[i]->reductions->nreds; j++)
- *np++ = state_table[i]->reductions->rules[j];
+ if (!states[i]->consistent)
+ for (j = 0; j < states[i]->reductions->nreds; j++)
+ *np++ = states[i]->reductions->rules[j];