]> git.saurik.com Git - bison.git/blobdiff - src/symtab.c
tests: post-process stderr to normalize quotes.
[bison.git] / src / symtab.c
index 10cad00eb6aab7065534a8c578e75c90aa700ba9..b3f94560cec26701292f3770eba290c4fcc20be6 100644 (file)
@@ -22,7 +22,6 @@
 #include "system.h"
 
 #include <hash.h>
-#include <quotearg.h>
 
 #include "complain.h"
 #include "gram.h"
@@ -444,10 +443,10 @@ void
 symbol_make_alias (symbol *sym, symbol *str, location loc)
 {
   if (str->alias)
-    warn_at (loc, _("symbol `%s' used more than once as a literal string"),
+    warn_at (loc, _("symbol %s used more than once as a literal string"),
              str->tag);
   else if (sym->alias)
-    warn_at (loc, _("symbol `%s' given more than one literal string"),
+    warn_at (loc, _("symbol %s given more than one literal string"),
              sym->tag);
   else
     {