/[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.4 by akim, Mon Nov 19 09:13:12 2001 UTC revision 1.6.2.5 by akim, Fri Nov 30 10:46:08 2001 UTC
# Line 59  Line 59 
59    
60     RULE_TABLE[R].line -- the line where R was defined.     RULE_TABLE[R].line -- the line where R was defined.
61    
62       RULE_TABLE[R].useful -- TRUE iff the rule is used.
63    
64     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
65     RITEM.     RITEM.
66    
# Line 119  typedef struct rule_s Line 121  typedef struct rule_s
121    short precsym;    short precsym;
122    short assoc;    short assoc;
123    short line;    short line;
124      bool useful;
125  } rule_t;  } rule_t;
126    
127  extern struct rule_s *rule_table;  extern struct rule_s *rule_table;

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

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