mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Moved Object(GNUExtentions) category from stdobject.h to here.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b84043938f
commit
5a2ce29a85
2 changed files with 12 additions and 0 deletions
|
@ -230,6 +230,12 @@ list_free(struct objc_list* list)
|
|||
}
|
||||
}
|
||||
|
||||
/* GNU Object.[hm] defines -compare:, NeXT doesn't, libobjects needs it. */
|
||||
@interface Object (GNUExtensions)
|
||||
- (int)compare:anotherObject;
|
||||
- shouldNotImplement:(SEL)op;
|
||||
@end
|
||||
|
||||
#endif /* NeXT_runtime */
|
||||
|
||||
#endif /* __objc_gnu2next_h_INCLUDE_GNU */
|
||||
|
|
|
@ -230,6 +230,12 @@ list_free(struct objc_list* list)
|
|||
}
|
||||
}
|
||||
|
||||
/* GNU Object.[hm] defines -compare:, NeXT doesn't, libobjects needs it. */
|
||||
@interface Object (GNUExtensions)
|
||||
- (int)compare:anotherObject;
|
||||
- shouldNotImplement:(SEL)op;
|
||||
@end
|
||||
|
||||
#endif /* NeXT_runtime */
|
||||
|
||||
#endif /* __objc_gnu2next_h_INCLUDE_GNU */
|
||||
|
|
Loading…
Reference in a new issue