mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13: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
|
||||
{
|
||||
complain_at (*loc, _("missing `{' in `%s'"),
|
||||
complain_at (*loc, _("missing `{' in %s"),
|
||||
token_name (token_type));
|
||||
obstack_sgrow (&obstack_for_string, "{}");
|
||||
STRING_FINISH;
|
||||
|
||||
Reference in New Issue
Block a user