mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +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:
@@ -1,3 +1,10 @@
|
|||||||
|
2010-04-25 Joel E. Denny <joeldenny@joeldenny.org>
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
2010-04-13 Akim Demaille <demaille@gostai.com>
|
2010-04-13 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
tests: calc: minor refactoring.
|
tests: calc: minor refactoring.
|
||||||
|
|||||||
@@ -439,8 +439,8 @@ muscle_percent_define_insert (char const *variable, location variable_loc,
|
|||||||
atoi (muscle_find_const (how_name));
|
atoi (muscle_find_const (how_name));
|
||||||
if (how_old == MUSCLE_PERCENT_DEFINE_F)
|
if (how_old == MUSCLE_PERCENT_DEFINE_F)
|
||||||
return;
|
return;
|
||||||
complain_at (variable_loc, _("%s `%s' redefined"),
|
complain_at (variable_loc, _("%%define variable `%s' redefined"),
|
||||||
"%define variable", variable);
|
variable);
|
||||||
complain_at (muscle_percent_define_get_loc (variable),
|
complain_at (muscle_percent_define_get_loc (variable),
|
||||||
_("previous definition"));
|
_("previous definition"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user