maint: prepare forthcoming changes

* src/gram.c (rule_rhs_print): Do not print new line anymore.
(rule_print): Make it static.
* src/closure.c, src/derives.c, src/gram.c: Adjust.
This commit is contained in:
Akim Demaille
2012-06-29 15:58:59 +02:00
parent 5ff5cf6700
commit 3e153163c7
4 changed files with 8 additions and 7 deletions

View File

@@ -229,9 +229,6 @@ size_t rule_rhs_length (rule *r);
/* Print this rule's RHS on OUT. */
void rule_rhs_print (rule *r, FILE *out);
/* Print this rule on OUT. */
void rule_print (rule *r, FILE *out);