mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
(<SC_PRE_CODE>.): Don't double-quote token names,
now that token names are already quoted.
This commit is contained in:
@@ -549,7 +549,7 @@ splice (\\[ \f\t\v]*\n)*
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
complain_at (*loc, _("missing `{' in `%s'"),
|
complain_at (*loc, _("missing `{' in %s"),
|
||||||
token_name (token_type));
|
token_name (token_type));
|
||||||
obstack_sgrow (&obstack_for_string, "{}");
|
obstack_sgrow (&obstack_for_string, "{}");
|
||||||
STRING_FINISH;
|
STRING_FINISH;
|
||||||
|
|||||||
Reference in New Issue
Block a user