Remove "Object (GNUExtentions)" Category. We no longer use Object; we

use NSObject.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1560 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-05-27 15:10:24 +00:00
parent a0861df80f
commit 7d8a0c3ae5

View file

@ -1,5 +1,5 @@
/* Definitions to allow compilation of GNU objc code with NeXT runtime
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993,1994, 1996 Free Software Foundation, Inc.
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
@ -270,12 +270,6 @@ 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_GNUSTEP_BASE_INCLUDE */