2002-10-25 Andrew Cagney <cagney@redhat.com>
* complaints.h (struct deprecated_complaint): Rename `struct complaint'. * complaints.c (complain): Update. * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete incorrect comment indicating that "symfile.h" was being included for the `struct complaint' definition. * remote-vx.c: Update. * objc-lang.c: Update. * xcoffread.c: Update. * hpread.c: Update. * mdebugread.c: Update. * stabsread.c: Update. * dwarf2read.c: Update. * dwarfread.c: Update. * elfread.c: Update. * coffread.c: Update. * stabsread.h: Update. * dbxread.c: Update. * buildsym.c: Update. * gdbtypes.c: Update. * macrotab.c: Update.
This commit is contained in:
parent
0c1a73d616
commit
72367fb45b
21 changed files with 227 additions and 197 deletions
|
@ -74,11 +74,11 @@ struct objc_method {
|
|||
|
||||
/* Complaints about ObjC classes, selectors, etc. */
|
||||
|
||||
static struct complaint noclass_lookup_complaint = {
|
||||
static struct deprecated_complaint noclass_lookup_complaint = {
|
||||
"no way to lookup Objective-C classes", 0, 0
|
||||
};
|
||||
|
||||
static struct complaint nosel_lookup_complaint = {
|
||||
static struct deprecated_complaint nosel_lookup_complaint = {
|
||||
"no way to lookup Objective-C selectors", 0, 0
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue