]> git.saurik.com Git - bison.git/blobdiff - src/gram.h
In the XML output, list useless and unused symbols and rules with the
[bison.git] / src / gram.h
index 57097379ef4748afc57224c464f90b9bd6639fe3..8e997ec52d84458868091b2c4e61c1591663e70e 100644 (file)
@@ -254,11 +254,10 @@ size_t ritem_longest_rhs (void);
 /* Print the grammar's rules that match FILTER on OUT under TITLE.  */
 void grammar_rules_partial_print (FILE *out, const char *title,
                                  rule_filter filter);
-void grammar_rules_partial_print_xml (FILE *out, int level, bool rtag,
-                                     rule_filter filter);
 
 /* Print the grammar's useful rules on OUT.  */
 void grammar_rules_print (FILE *out);
+/* Print all of the grammar's rules with a "usefulness" attribute.  */
 void grammar_rules_print_xml (FILE *out, int level);
 
 /* Dump the grammar. */