/[bison]/bison/src/state.h
ViewVC logotype

Diff of /bison/src/state.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by akim, Thu Dec 27 18:11:06 2001 UTC revision 1.18 by akim, Sat Dec 29 14:20:47 2001 UTC
# Line 107  shifts *shifts_new PARAMS ((int n)); Line 107  shifts *shifts_new PARAMS ((int n));
107     case of gotos.  */     case of gotos.  */
108    
109  #define SHIFT_SYMBOL(Shifts, Shift) \  #define SHIFT_SYMBOL(Shifts, Shift) \
110    (state_table[Shifts->shifts[Shift]]->accessing_symbol)    (states[Shifts->shifts[Shift]]->accessing_symbol)
111    
112  /* Is the SHIFTS->shifts[Shift] a real shift? (as opposed to gotos.) */  /* Is the SHIFTS->shifts[Shift] a real shift? (as opposed to gotos.) */
113    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26