mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 09:56:23 +08:00
* ada-exp.y (yyerror): Change message to ignore the argument, avoiding
translation problems. * ada-lang.c (ada_value_struct_elt): Change interface and handling of errors to avoid translation problem (and less than optimal error messages). (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp): Use new interface to ada_value_struct_elt. * ada_lang.h (ada_value_struct_elt): Update declaration to new interface. * ChangeLog: remove reference to ada-tasks.c from entry of 2006-01-07.
This commit is contained in:
@ -768,7 +768,7 @@ ada_parse (void)
|
||||
void
|
||||
yyerror (char *msg)
|
||||
{
|
||||
error (_("A %s in expression, near `%s'."), (msg ? msg : _("error")), lexptr);
|
||||
error (_("Error in expression, near `%s'."), lexptr);
|
||||
}
|
||||
|
||||
/* The operator name corresponding to operator symbol STRING (adds
|
||||
|
Reference in New Issue
Block a user