X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c547693afdacf4b865027d3bb8c53f601eadb5ae..d0a304384f4207bdf7f8b1038c2226c312f5e954:/src/derives.c 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"); } }