mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
2002-10-23 Michael Snyder <msnyder@redhat.com>
* valops.c (value_of_local): Restore quotes in error message.
This commit is contained in:
parent
89aad1f99e
commit
19de93d0c6
@ -1,3 +1,7 @@
|
||||
2002-10-23 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* valops.c (value_of_local): Restore quotes in error message.
|
||||
|
||||
2002-10-23 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* symtab.c (symbol_init_language_specific): New function.
|
||||
|
@ -3340,7 +3340,7 @@ value_of_local (const char *name, int complain)
|
||||
if (i <= 0)
|
||||
{
|
||||
if (complain)
|
||||
error ("no args, no %s", name);
|
||||
error ("no args, no '%s'", name);
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user