X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/dc9701e848f27ae64b6ddcf809580998667d60f2..55f0c7b1f26afabb7f356343f2650626e09fce51:/src/scan-gram.l 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;