/[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.39 by akim, Sat Jun 15 18:23:12 2002 UTC revision 1.40 by akim, Sat Jun 15 18:23:33 2002 UTC
# Line 183  void ritem_print PARAMS ((FILE *out)); Line 183  void ritem_print PARAMS ((FILE *out));
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 numbers from BEGIN (inclusive) to END
187       (exclusive) on OUT under TITLE.  */
188    void grammar_rules_partial_print PARAMS ((FILE *out, const char *title,
189                                              int begin, int end));
190    
191  /* Print the grammar's rules on OUT.  */  /* Print the grammar's rules on OUT.  */
192  void grammar_rules_print PARAMS ((FILE *out));  void grammar_rules_print PARAMS ((FILE *out));
193    

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

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