2011-01-06 Joel Brobecker <brobecker@adacore.com>
+ * linespec.c (decode_compound, find_method): Remove trailing \n
+ at end of error string.
+ * solib-irix.c (irix_current_sos): Likewise.
+ * varobj.c (uninstall_variable): Likewise.
+
+2011-01-06 Joel Brobecker <brobecker@adacore.com>
+
* copyright.py: New script.
* copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
Launch emacs without exec'ing. Call copyright.py afterwards.
{
xfree (values.sals);
error (_("the class `%s' does not have "
- "any method instance named %s\n"),
+ "any method instance named %s"),
SYMBOL_PRINT_NAME (sym_class), copy);
}
}
}
error (_("the class `%s' does not have "
- "any method instance named %s\n"),
+ "any method instance named %s"),
SYMBOL_PRINT_NAME (sym_class), copy);
}
if (name_size >= SO_NAME_MAX_PATH_SIZE)
{
name_size = SO_NAME_MAX_PATH_SIZE - 1;
- warning ("current_sos: truncating name of "
- "%d characters to only %d characters",
+ warning (_("current_sos: truncating name of "
+ "%d characters to only %d characters"),
lm.pathname_len, name_size);
}
}
if (cr == NULL)
{
- warning ("Assertion failed: Could not find "
- "varobj \"%s\" in root list",
+ warning (_("Assertion failed: Could not find "
+ "varobj \"%s\" in root list"),
var->obj_name);
return;
}