/[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.38 by akim, Sat Jun 15 18:21:11 2002 UTC revision 1.39 by akim, Sat Jun 15 18:23:12 2002 UTC
# Line 168  extern int max_user_token_number; Line 168  extern int max_user_token_number;
168    
169  extern int pure_parser;  extern int pure_parser;
170    
171  /* Report the length of the RHS. */  /* Return the length of the RHS.  */
172  int rule_rhs_length PARAMS ((rule_t *rule));  int rule_rhs_length PARAMS ((rule_t *rule));
173    
174    /* Print this RULE's RHS on OUT.  */
175    void rule_rhs_print PARAMS ((rule_t *rule, FILE *out));
176    
177    /* Print this RULE on OUT.  */
178    void rule_print PARAMS ((rule_t *rule, FILE *out));
179    
180  /* Dump RITEM for traces. */  /* Dump RITEM for traces. */
181  void ritem_print PARAMS ((FILE *out));  void ritem_print PARAMS ((FILE *out));
182    
183  /* Return the size of the longest rule RHS.  */  /* Return the size of the longest rule RHS.  */
184  size_t ritem_longest_rhs PARAMS ((void));  size_t ritem_longest_rhs PARAMS ((void));
185    
186    /* Print the grammar's rules on OUT.  */
187    void grammar_rules_print PARAMS ((FILE *out));
188    
189  /* Dump the grammar. */  /* Dump the grammar. */
190  void grammar_dump PARAMS ((FILE *out, const char *title));  void grammar_dump PARAMS ((FILE *out, const char *title));
191    

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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