]> git.saurik.com Git - bison.git/blobdiff - src/state.h
* src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
[bison.git] / src / state.h
index 8cdf40400cce385f3ff7ecd9c07163bb922d7358..c2d66f3fa5217e2e83d51e862fd1fb42249e7a8c 100644 (file)
@@ -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.) */