/[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.34 by akim, Sun Jun 30 17:30:46 2002 UTC revision 1.35 by akim, Sun Jun 30 17:31:37 2002 UTC
# Line 139  typedef struct shifts_s Line 139  typedef struct shifts_s
139  #define SHIFT_IS_DISABLED(Shifts, Shift) \  #define SHIFT_IS_DISABLED(Shifts, Shift) \
140    (Shifts->shifts[Shift] == 0)    (Shifts->shifts[Shift] == 0)
141    
142    /* Return the state such these SHIFTS contain a shift/goto to it on
143       SYMBOL.  Aborts if none found.  */
144    struct state_s;
145    struct state_s *shifts_to PARAMS ((shifts_t *shifts, symbol_number_t s));
146    
147  /*-------.  /*-------.
148  | Errs.  |  | Errs.  |

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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