/[bison]/bison/src/gram.h
ViewVC logotype

Diff of /bison/src/gram.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.3 by akim, Mon Nov 19 09:12:49 2001 UTC revision 1.6.2.4 by akim, Mon Nov 19 09:13:12 2001 UTC
# Line 55  Line 55 
55     RULE_TABLE[R].precsym -- the symbol-number of the symbol in %prec     RULE_TABLE[R].precsym -- the symbol-number of the symbol in %prec
56     for R (if any).     for R (if any).
57    
58     RULE_TABLE[R].assoc -- the associativity of the rule.     RULE_TABLE[R].assoc -- the associativity of R.
59    
60       RULE_TABLE[R].line -- the line where R was defined.
61    
62     The right hand side is stored as symbol numbers in a portion of     The right hand side is stored as symbol numbers in a portion of
63     RITEM.     RITEM.
# Line 97  extern short *ritem; Line 99  extern short *ritem;
99    
100  extern short *sprec;  extern short *sprec;
101  extern short *sassoc;  extern short *sassoc;
 extern short *rline;            /* Source line number of each rule */  
102    
103  extern int start_symbol;  extern int start_symbol;
104    
# Line 117  typedef struct rule_s Line 118  typedef struct rule_s
118    short prec;    short prec;
119    short precsym;    short precsym;
120    short assoc;    short assoc;
121      short line;
122  } rule_t;  } rule_t;
123    
124  extern struct rule_s *rule_table;  extern struct rule_s *rule_table;

Legend:
Removed from v.1.6.2.3  
changed lines
  Added in v.1.6.2.4

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