]> git.saurik.com Git - bison.git/blobdiff - src/symlist.c
Trailing trace.
[bison.git] / src / symlist.c
index 3615626117d2d031c15d6aa507521144d1623b2f..662f1f7bc1ffa4a9cd5448b12a12ff3eb93b39c9 100644 (file)
@@ -118,7 +118,6 @@ symbol_list_n_type_name_get (symbol_list *rp, location loc, int n)
       if (rp == NULL || rp->sym == NULL)
        {
          complain_at (loc, _("invalid $ value: $%d"), n);
-         fprintf (stderr, "\n");
          return NULL;
        }
       ++i;