/[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.14 by akim, Mon Dec 10 09:10:10 2001 UTC revision 1.15 by akim, Mon Dec 17 17:32:59 2001 UTC
# Line 189  typedef struct state_s Line 189  typedef struct state_s
189    char consistent;    char consistent;
190    
191    /* Used in LALR, not LR(0). */    /* Used in LALR, not LR(0). */
192    short lookaheads;    /* Pseudo pointer into LA. */
193      short lookaheadsp;
194      int nlookaheads;
195    
196    /* Its items. */    /* Its items. */
197    short nitems;    short nitems;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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