X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9874f80b2e813a8ad8e5562dbbaa30ecafd5e7d8..63951be29fcb8e21146a9377176d53d509c575ca:/src/symtab.c?ds=sidebyside diff --git a/src/symtab.c b/src/symtab.c index 35b61dea..002f6e37 100644 --- a/src/symtab.c +++ b/src/symtab.c @@ -22,7 +22,6 @@ #include "system.h" #include -#include #include "complain.h" #include "gram.h" @@ -409,10 +408,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 {