Browse Source

* valops.c (find_overload_match): Add missing i18n markup.

gdb_7_2-branch
Pierre Muller 16 years ago
parent
commit
4c680d1d4c
  1. 4
      gdb/ChangeLog
  2. 2
      gdb/valops.c

4
gdb/ChangeLog

@ -1,3 +1,7 @@
2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
* valops.c (find_overload_match): Add missing i18n markup.
2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
* p-exp.y (exp : SIZEOF '(' exp ')'): New rule.

2
gdb/valops.c

@ -2445,7 +2445,7 @@ find_overload_match (struct type **arg_types, int nargs,
/* Did we find a match ? */
if (oload_champ == -1)
error ("No symbol \"%s\" in current context.", name);
error (_("No symbol \"%s\" in current context."), name);
/* Check how bad the best match is. */
match_quality =

Loading…
Cancel
Save