X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9ce27ab013185d1c17c78e0d57ff637319cb1e29..32288c8cbd309b29dff45e81d78374a5eb9c006e:/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"); } }