/[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.25 by akim, Sun May 26 18:39:05 2002 UTC revision 1.26 by akim, Sun May 26 20:25:52 2002 UTC
# Line 184  typedef struct state_s Line 184  typedef struct state_s
184    short lookaheadsp;    short lookaheadsp;
185    int nlookaheads;    int nlookaheads;
186    
187    /* Its items. */    /* If some conflicts were solved thanks to precedence/associativity,
188         a human readable description of the resolution.  */
189      const char *solved_conflicts;
190    
191      /* Its items.  Must be last, since ITEMS can be arbitrarily large.
192         */
193    unsigned short nitems;    unsigned short nitems;
194    item_number_t items[1];    item_number_t items[1];
195  } state_t;  } state_t;

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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