mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
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:
parent
160f60b5e3
commit
67e1f18069
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue