X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/80dac38c5eb3b95412a6c99c9dbe976ac963c01b..e9f87b5b7df2e328d2e4196d276c0d96594c906b:/src/state.h diff --git a/src/state.h b/src/state.h index 8cdf4040..c2d66f3f 100644 --- a/src/state.h +++ b/src/state.h @@ -107,7 +107,7 @@ shifts *shifts_new PARAMS ((int n)); case of gotos. */ #define SHIFT_SYMBOL(Shifts, Shift) \ - (state_table[Shifts->shifts[Shift]]->accessing_symbol) + (states[Shifts->shifts[Shift]]->accessing_symbol) /* Is the SHIFTS->shifts[Shift] a real shift? (as opposed to gotos.) */