(<SC_PRE_CODE>.): Don't double-quote token names,

now that token names are already quoted.
This commit is contained in:
Paul Eggert
2005-07-22 17:58:51 +00:00
parent 141f57937b
commit 6d07bacfc0

View File

@@ -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;