/[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.21 by akim, Sun Apr 7 15:29:36 2002 UTC revision 1.22 by akim, Sun Apr 7 17:36:38 2002 UTC
# Line 124  typedef enum Line 124  typedef enum
124    
125  typedef struct rule_s  typedef struct rule_s
126  {  {
127      /* The number of the rule in the source.  It is usually the index in
128         RULES too, except if there are useless rules.  */
129      short number;
130    
131    short lhs;    short lhs;
132    short *rhs;    short *rhs;
133    short prec;    short prec;
# Line 166  extern int pure_parser; Line 170  extern int pure_parser;
170    
171  extern int error_token_number;  extern int error_token_number;
172    
173    /* Report the length of the RHS. */
174    int rule_rhs_length PARAMS ((rule_t *rule));
175    
176  /* Dump RITEM for traces. */  /* Dump RITEM for traces. */
177  void ritem_print PARAMS ((FILE *out));  void ritem_print PARAMS ((FILE *out));

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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