/[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.16 by akim, Sun Apr 7 17:41:44 2002 UTC revision 1.17 by akim, Sun Apr 7 17:41:59 2002 UTC
# Line 22  Line 22 
22  # define LALR_H_  # define LALR_H_
23    
24  #include "bitset.h"  #include "bitset.h"
25    #include "bitsetv.h"
26    
27  /* Import the definition of CORE, SHIFTS and REDUCTIONS. */  /* Import the definition of CORE, SHIFTS and REDUCTIONS. */
28  # include "state.h"  # include "state.h"
# Line 67  extern rule_t **LArule; Line 68  extern rule_t **LArule;
68     token is symbol i.  If LA[l, i] and LA[l, j] are both 1 for i != j,     token is symbol i.  If LA[l, i] and LA[l, j] are both 1 for i != j,
69     it is a conflict.  */     it is a conflict.  */
70    
71  extern bitset *LA;  extern bitsetv LA;
72    
73    
74  /* All the states, indexed by the state number.  */  /* All the states, indexed by the state number.  */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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