X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1ad6f4daa36c9d2a2dea554be0914d62527bf892..3edfae0490775319d075e31a05d18d0e2bbd852b:/src/symtab.c diff --git a/src/symtab.c b/src/symtab.c index 68c33c7a..b1b2e98f 100644 --- a/src/symtab.c +++ b/src/symtab.c @@ -396,7 +396,7 @@ symbol_check_defined (symbol *sym) complain_at (sym->location, complaint, _("symbol %s is used, but is not defined as a token" " and has no rules"), - sym->tag); + sym->tag); break; case declared: /* If declared, then sym->class != unknown_sym. */