diff --git a/src/scan-gram.l b/src/scan-gram.l index 98c5da47..7060ddbd 100644 --- a/src/scan-gram.l +++ b/src/scan-gram.l @@ -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;