/[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.21 by akim, Mon Apr 8 11:46:05 2002 UTC revision 1.22 by akim, Tue Apr 9 19:19:59 2002 UTC
# Line 122  shifts *shifts_new PARAMS ((int n)); Line 122  shifts *shifts_new PARAMS ((int n));
122  /* Is the SHIFTS->shifts[Shift] then handling of the error token?. */  /* Is the SHIFTS->shifts[Shift] then handling of the error token?. */
123    
124  #define SHIFT_IS_ERROR(Shifts, Shift) \  #define SHIFT_IS_ERROR(Shifts, Shift) \
125    (SHIFT_SYMBOL (Shifts, Shift) == error_token_number)    (SHIFT_SYMBOL (Shifts, Shift) == errtoken->number)
126    
127  /* When resolving a SR conflicts, if the reduction wins, the shift is  /* When resolving a SR conflicts, if the reduction wins, the shift is
128     disabled.  */     disabled.  */

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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