]> git.saurik.com Git - bison.git/commitdiff
(<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 98c5da47e701dff4a78f507ea9433fe3f34aa9e2..7060ddbd6212834b2220763b792bfa96ef66f7d1 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;