X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/23ec25b7c6c4eb587a5fa832f67765a6143b7925..6f04ee6c78ba01f9d8e02dbe2baace0c3bd8f4fd:/src/muscle-tab.c diff --git a/src/muscle-tab.c b/src/muscle-tab.c index 49a985b3..1e55a009 100644 --- a/src/muscle-tab.c +++ b/src/muscle-tab.c @@ -1,7 +1,6 @@ /* Muscle table manager for Bison. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free - Software Foundation, Inc. + Copyright (C) 2001-2011 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -426,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")); }