mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
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:
parent
a0861df80f
commit
7d8a0c3ae5
1 changed files with 1 additions and 7 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue