mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
Trailing trace.
This commit is contained in:
@@ -118,7 +118,6 @@ symbol_list_n_type_name_get (symbol_list *rp, location loc, int n)
|
|||||||
if (rp == NULL || rp->sym == NULL)
|
if (rp == NULL || rp->sym == NULL)
|
||||||
{
|
{
|
||||||
complain_at (loc, _("invalid $ value: $%d"), n);
|
complain_at (loc, _("invalid $ value: $%d"), n);
|
||||||
fprintf (stderr, "\n");
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
++i;
|
++i;
|
||||||
|
|||||||
Reference in New Issue
Block a user