X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1bb2bd75f0185ca53c92f1c63cdc0b5ceef3f1f2..d80fb37a26b24d8aa7a4428389a6004c7f2e93be:/src/gram.h diff --git a/src/gram.h b/src/gram.h index 57097379..8e997ec5 100644 --- a/src/gram.h +++ b/src/gram.h @@ -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. */