/[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.4 by akim, Tue Nov 7 16:28:46 2000 UTC revision 1.4.2.1 by akim, Mon Nov 19 09:08:44 2001 UTC
# Line 74  extern short *LAruleno; Line 74  extern short *LAruleno;
74  extern unsigned *LA;  extern unsigned *LA;
75    
76    
77    /* A structure decorating a state, with additional information. */
78    typedef struct state_s
79    {
80      /* A state.  */
81      core *state;
82    
83      /* Its accessing symbol. */
84      short accessing_symbol;
85    } state_t;
86    
87    /* All the decorated states, indexed by the state number.  Warning:
88       there is a state_TABLE in LR0.c, but it is different and static.
89       */
90    extern state_t *state_table;
91    
92  extern int tokensetsize;  extern int tokensetsize;
93  extern short *lookaheads;  extern short *lookaheads;
 extern short *accessing_symbol;  
 extern core **state_table;  
94  extern shifts **shift_table;  extern shifts **shift_table;
95  extern reductions **reduction_table;  extern reductions **reduction_table;
96    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1

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