mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-24 06:02:27 +00:00
Added neXT_RUNTIME around previous defs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9769 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2b6506dd32
commit
240c50048a
1 changed files with 2 additions and 0 deletions
|
@ -55,10 +55,12 @@
|
|||
#include <Foundation/NSException.h>
|
||||
|
||||
/* Darwin behavior */
|
||||
#if NeXT_RUNTIME
|
||||
#if !defined(Release3CompatibilityBuild)
|
||||
#define methods methodLists
|
||||
#define method_next obsolete
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static struct objc_method *search_for_method_in_list (struct objc_method_list * list, SEL op);
|
||||
static BOOL class_is_kind_of(Class self, Class class);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue