X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1462fcee1ed295b24f47758b370068aa6304bb41..a898435b25eca4869e8c49b2b0fb1f649b030ce7:/src/muscle-tab.c diff --git a/src/muscle-tab.c b/src/muscle-tab.c index 08383a6d..1e55a009 100644 --- a/src/muscle-tab.c +++ b/src/muscle-tab.c @@ -1,6 +1,6 @@ /* Muscle table manager for Bison. - Copyright (C) 2001-2010 Free Software Foundation, Inc. + Copyright (C) 2001-2011 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -425,8 +425,8 @@ muscle_percent_define_insert (char const *variable, location variable_loc, free (variable_tr); return; } - complain_at (variable_loc, _("%s `%s' redefined"), - "%define variable", variable); + complain_at (variable_loc, _("%%define variable `%s' redefined"), + variable); complain_at (muscle_percent_define_get_loc (variable), _("previous definition")); }