it is a conflict. */
extern unsigned *LA;
+#define LA(Rule) (LA + (Rule) * tokensetsize)
/* A structure decorating a state, with additional information. */
/* Its accessing symbol. */
short accessing_symbol;
- shifts *shift_table;
- reductions *reduction_table;
+ shifts *shifts;
+ reductions *reductions;
+ errs *errs;
/* Nonzero if no lookahead is needed to decide what to do in state
S. */