X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b9f71f19cc20de68101ba1a9ae60753558247eca..29e8831621af57c5056380b68a96337e7647b850:/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.) */