X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/72cd9a913f6d282c5e24990505c2c820bda2bf1b..896517cdf0bac6da7fabc52509205724eb1a9e28:/src/derives.c?ds=sidebyside 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"); } }