X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/72cd9a913f6d282c5e24990505c2c820bda2bf1b..f6b561d9f9cbc6fc95bbb86518372a5cb52f45a6:/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"); } }