Use NO_GNUSTEP instead of STRICT_OPENSTEP.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1403 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 13:10:59 +00:00
parent 160f60b5e3
commit 67e1f18069

View file

@ -101,7 +101,7 @@
@end
#ifndef STRICT_OPENSTEP
#ifndef NO_GNUSTEP
#include <objects/IndexedCollecting.h>
#include <objects/String.h>
@ -118,6 +118,6 @@
- setGrowFactor: (unsigned)aNum;
@end
#endif /* STRICT_OPENSTEP */
#endif /* NO_GNUSTEP */
#endif /* __NSArray_h_OBJECTS_INCLUDE */