preparation for possibly excluding GNUstep extensions by default

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29690 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-02-20 17:16:23 +00:00
parent 8123799077
commit 4904fa442a
20 changed files with 61 additions and 29 deletions

View file

@ -271,7 +271,7 @@ DEFINE_BLOCK_TYPE(GSPredicateBlock, BOOL, id, NSUInteger, BOOL*);
}
#endif
#if !defined(NO_GNUSTEP) && !defined(GNUSTEP_BASE_INTERNAL)
#if !NO_GNUSTEP && !defined(GNUSTEP_BASE_INTERNAL)
#import <GNUstepBase/NSArray+GNUstepBase.h>
#endif