summaryrefslogtreecommitdiff
path: root/src/derives.c
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-06-29 15:58:59 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-06-29 15:58:59 +0200
commit3e153163c7349c09938376f181ea4d8a1a02cdb5 (patch)
treefa4bb568c35feb9c2d46628e3050b5032111d71d /src/derives.c
parent5ff5cf670044f9a16b8dbf157c05a857971aaecc (diff)
downloadbison-3e153163c7349c09938376f181ea4d8a1a02cdb5.tar.gz
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.
Diffstat (limited to 'src/derives.c')
-rw-r--r--src/derives.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/derives.c b/src/derives.c
index a0afbb3e..89023929 100644
--- a/src/derives.c
+++ b/src/derives.c
@@ -52,6 +52,7 @@ print_derives (void)
{
fprintf (stderr, "\t\t%3d ", (*rp)->user_number);
rule_rhs_print (*rp, stderr);
+ fprintf (stderr, "\n");
}
}