X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/34136e65fc7bd6babcfedcbfcfdca3b9feb10f1d..f518dbaf46eb28bd39695474de6118683d905e5f:/src/symtab.c diff --git a/src/symtab.c b/src/symtab.c index 10cad00e..b3f94560 100644 --- a/src/symtab.c +++ b/src/symtab.c @@ -22,7 +22,6 @@ #include "system.h" #include -#include #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 {