/[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.26 by akim, Sun May 26 20:25:52 2002 UTC revision 1.27 by akim, Sat Jun 15 18:23:50 2002 UTC
# Line 88  Line 88 
88  #ifndef STATE_H_  #ifndef STATE_H_
89  # define STATE_H_  # define STATE_H_
90    
91    # include "bitsetv.h"
92    
93  /*---------.  /*---------.
94  | Shifts.  |  | Shifts.  |
# Line 180  typedef struct state_s Line 181  typedef struct state_s
181    char consistent;    char consistent;
182    
183    /* Used in LALR, not LR(0). */    /* Used in LALR, not LR(0). */
   /* Pseudo pointer into LA. */  
   short lookaheadsp;  
184    int nlookaheads;    int nlookaheads;
185      bitsetv lookaheads;
186      rule_t **lookaheads_rule;
187    
188    /* If some conflicts were solved thanks to precedence/associativity,    /* If some conflicts were solved thanks to precedence/associativity,
189       a human readable description of the resolution.  */       a human readable description of the resolution.  */

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

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