/[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.8 by akim, Mon Nov 19 10:08:20 2001 UTC revision 1.9 by akim, Mon Nov 19 10:08:54 2001 UTC
# Line 66  extern short *LAruleno; Line 66  extern short *LAruleno;
66     it is a conflict.  */     it is a conflict.  */
67    
68  extern unsigned *LA;  extern unsigned *LA;
69    #define LA(Rule) (LA + (Rule) * tokensetsize)
70    
71    
72  /* A structure decorating a state, with additional information. */  /* A structure decorating a state, with additional information. */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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