(<SC_PRE_CODE>.): Don't double-quote token names,
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Jul 2005 17:58:51 +0000 (17:58 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Jul 2005 17:58:51 +0000 (17:58 +0000)
now that token names are already quoted.

src/scan-gram.l

index 98c5da4..7060ddb 100644 (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;