/[bison]/bison/src/lalr.h
ViewVC logotype

Diff of /bison/src/lalr.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by akim, Mon Nov 19 10:07:14 2001 UTC revision 1.6 by akim, Mon Nov 19 10:07:44 2001 UTC
# Line 82  typedef struct state_s Line 82  typedef struct state_s
82    
83    /* Its accessing symbol. */    /* Its accessing symbol. */
84    short accessing_symbol;    short accessing_symbol;
85    
86      shifts *shift_table;
87      reductions *reduction_table;
88  } state_t;  } state_t;
89    
90  /* All the decorated states, indexed by the state number.  Warning:  /* All the decorated states, indexed by the state number.  Warning:
# Line 91  extern state_t *state_table; Line 94  extern state_t *state_table;
94    
95  extern int tokensetsize;  extern int tokensetsize;
96  extern short *lookaheads;  extern short *lookaheads;
97  extern shifts **shift_table;  
 extern reductions **reduction_table;  
98    
99    
100    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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