/[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.17 by akim, Sun Apr 7 17:41:59 2002 UTC revision 1.18 by akim, Sat Jun 15 18:24:08 2002 UTC
# Line 63  extern short *to_state; Line 63  extern short *to_state;
63    
64  extern rule_t **LArule;  extern rule_t **LArule;
65    
66  /* LA is a lr by ntokens matrix of bits.  LA[l, i] is 1 if the rule  /* LA is a LR by NTOKENS matrix of bits.  LA[l, i] is 1 if the rule
67     LAruleno[l] is applicable in the appropriate state when the next     LAruleno[l] is applicable in the appropriate state when the next
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.  */

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

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