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

@@ -52,6 +52,7 @@ print_derives (void)
{
fprintf (stderr, "\t\t%3d ", (*rp)->user_number);
rule_rhs_print (*rp, stderr);
fprintf (stderr, "\n");
}
}