/[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.42 by akim, Sun Jun 30 17:31:19 2002 UTC revision 1.43 by akim, Sun Jun 30 17:33:08 2002 UTC
# Line 193  extern int glr_parser; Line 193  extern int glr_parser;
193    
194  extern int pure_parser;  extern int pure_parser;
195    
196    /* Print this RULE's number and lhs on OUT.  If a PREVIOUS_LHS was
197       already displayed (by a previous call for another rule), avoid
198       useless repetitions.  */
199    void rule_lhs_print PARAMS ((rule_t *rule, symbol_t *previous_lhs, FILE *out));
200    
201  /* Return the length of the RHS.  */  /* Return the length of the RHS.  */
202  int rule_rhs_length PARAMS ((rule_t *rule));  int rule_rhs_length PARAMS ((rule_t *rule));
203    

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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