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
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue