mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 18:01:22 +08:00
objc-act.c (UTAG_STATICS, [...]): Remove.
* objc/objc-act.c (UTAG_STATICS, UTAG_PROTOCOL_LIST, USERTYPE): Remove. From-SVN: r55761
This commit is contained in:
parent
81a1552d66
commit
a205618309
@ -1,3 +1,8 @@
|
||||
2002-07-25 Neil Booth <neil@daikokuya.co.uk>
|
||||
|
||||
* objc/objc-act.c (UTAG_STATICS, UTAG_PROTOCOL_LIST, USERTYPE):
|
||||
Remove.
|
||||
|
||||
2002-07-25 Stan Shebs <shebs@apple.com>
|
||||
|
||||
* config/rs6000/rs6000.c (rs6000_emit_prologue): Remove unused
|
||||
|
@ -310,13 +310,11 @@ static void generate_struct_by_value_array PARAMS ((void))
|
||||
#define UTAG_METHOD_LIST "_objc_method_list"
|
||||
#define UTAG_CATEGORY "_objc_category"
|
||||
#define UTAG_MODULE "_objc_module"
|
||||
#define UTAG_STATICS "_objc_statics"
|
||||
#define UTAG_SYMTAB "_objc_symtab"
|
||||
#define UTAG_SUPER "_objc_super"
|
||||
#define UTAG_SELECTOR "_objc_selector"
|
||||
|
||||
#define UTAG_PROTOCOL "_objc_protocol"
|
||||
#define UTAG_PROTOCOL_LIST "_objc_protocol_list"
|
||||
#define UTAG_METHOD_PROTOTYPE "_objc_method_prototype"
|
||||
#define UTAG_METHOD_PROTOTYPE_LIST "_objc__method_prototype_list"
|
||||
|
||||
@ -3429,10 +3427,6 @@ error_with_ivar (message, decl, rawdecl)
|
||||
|
||||
}
|
||||
|
||||
#define USERTYPE(t) \
|
||||
(TREE_CODE (t) == RECORD_TYPE || TREE_CODE (t) == UNION_TYPE \
|
||||
|| TREE_CODE (t) == ENUMERAL_TYPE)
|
||||
|
||||
static void
|
||||
check_ivars (inter, imp)
|
||||
tree inter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user