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

@@ -103,6 +103,7 @@ print_fderives (void)
{
fprintf (stderr, "\t\t%3d ", r);
rule_rhs_print (&rules[r], stderr);
fprintf (stderr, "\n");
}
}
fprintf (stderr, "\n\n");