/[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.23 by akim, Mon Apr 22 08:21:55 2002 UTC revision 1.24 by akim, Tue May 7 08:07:32 2002 UTC
# Line 185  typedef struct state_s Line 185  typedef struct state_s
185    int nlookaheads;    int nlookaheads;
186    
187    /* Its items. */    /* Its items. */
188    short nitems;    unsigned short nitems;
189    item_number_t items[1];    item_number_t items[1];
190  } state_t;  } state_t;
191    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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