diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-10-25 22:25:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-10-25 22:25:55 +0000 |
commit | 72367fb45badc6ee3fe515b31348266310bff371 (patch) | |
tree | 1c5768fc9c002675eefcfb826312ee34280f38be /gdb/objc-lang.c | |
parent | 0c1a73d6161aa208838c415d735d41be3ee16fb7 (diff) | |
download | gdb-72367fb45badc6ee3fe515b31348266310bff371.zip gdb-72367fb45badc6ee3fe515b31348266310bff371.tar.gz gdb-72367fb45badc6ee3fe515b31348266310bff371.tar.bz2 |
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.
Diffstat (limited to 'gdb/objc-lang.c')
-rw-r--r-- | gdb/objc-lang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/objc-lang.c b/gdb/objc-lang.c index 2ed2c2e..7309d00 100644 --- a/gdb/objc-lang.c +++ b/gdb/objc-lang.c @@ -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 }; |