X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e9690142325711b320ef444768fdd40a087d02f7..9e41ba026ab2e6c7e3a56c4a092a48059be05bc4:/src/derives.c?ds=sidebyside diff --git a/src/derives.c b/src/derives.c index 48fe804a..89023929 100644 --- a/src/derives.c +++ b/src/derives.c @@ -1,6 +1,6 @@ /* Match rules with nonterminals for bison, - Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2011 Free Software + Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2012 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -52,6 +52,7 @@ print_derives (void) { fprintf (stderr, "\t\t%3d ", (*rp)->user_number); rule_rhs_print (*rp, stderr); + fprintf (stderr, "\n"); } }