]> git.saurik.com Git - bison.git/blobdiff - src/symtab.c
quote consistently and make tests pass with new quoting from gnulib
[bison.git] / src / symtab.c
index 10cad00eb6aab7065534a8c578e75c90aa700ba9..07d5efb0be8f464ad8e966bf0ab0efe424fd1ed8 100644 (file)
@@ -444,10 +444,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
     {