mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
i18n: fix untranslatable string.
Reported by Goran Uddeborg at
<http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00000.html>.
* src/muscle-tab.c (muscle_percent_define_insert): Here.
(cherry picked from commit e0fda26c8d)
Conflicts:
src/muscle-tab.c
This commit is contained in:
@@ -439,8 +439,8 @@ muscle_percent_define_insert (char const *variable, location variable_loc,
|
||||
atoi (muscle_find_const (how_name));
|
||||
if (how_old == MUSCLE_PERCENT_DEFINE_F)
|
||||
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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user