From 02fb54842227e0c435bd7ae79054d28b680ad171 Mon Sep 17 00:00:00 2001 From: fedor Date: Fri, 4 May 2001 01:51:27 +0000 Subject: [PATCH] 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 --- Source/behavior.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/behavior.m b/Source/behavior.m index f3c5c50d1..f6ec77586 100644 --- a/Source/behavior.m +++ b/Source/behavior.m @@ -55,10 +55,12 @@ #include /* 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);