]> git.saurik.com Git - bison.git/blobdiff - src/scan-gram.l
Port to SunOS 4.1.4, which lacks strtoul and strerror.
[bison.git] / 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;