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:
Adam Fedor 2001-05-04 01:51:27 +00:00
parent 2b6506dd32
commit 240c50048a

View file

@ -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);