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:
Andrew McCallum 1994-11-08 17:35:02 +00:00
parent b84043938f
commit 5a2ce29a85
2 changed files with 12 additions and 0 deletions

View file

@ -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 */

View file

@ -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 */