/[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.2.3 by akim, Mon Nov 19 09:10:30 2001 UTC revision 1.4.2.4 by akim, Mon Nov 19 09:10:47 2001 UTC
# Line 83  typedef struct state_s Line 83  typedef struct state_s
83    /* Nonzero if no lookahead is needed to decide what to do in state    /* Nonzero if no lookahead is needed to decide what to do in state
84       S.  */       S.  */
85    char consistent;    char consistent;
86    
87      short lookaheads;
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  typedef struct state_s Line 93  typedef struct state_s
93  extern state_t *state_table;  extern state_t *state_table;
94    
95  extern int tokensetsize;  extern int tokensetsize;
 extern short *lookaheads;  
   
   
   
96    
97    /* The number of lookaheads. */
98    extern size_t nlookaheads;
99  #endif /* !LALR_H_ */  #endif /* !LALR_H_ */

Legend:
Removed from v.1.4.2.3  
changed lines
  Added in v.1.4.2.4

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