mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-30 12:01:03 +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
05defb9ef1
commit
1ee099dc32
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#ifndef STRICT_OPENSTEP
|
#ifndef NO_GNUSTEP
|
||||||
|
|
||||||
#include <objects/IndexedCollecting.h>
|
#include <objects/IndexedCollecting.h>
|
||||||
#include <objects/String.h>
|
#include <objects/String.h>
|
||||||
|
@ -118,6 +118,6 @@
|
||||||
- setGrowFactor: (unsigned)aNum;
|
- setGrowFactor: (unsigned)aNum;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif /* STRICT_OPENSTEP */
|
#endif /* NO_GNUSTEP */
|
||||||
|
|
||||||
#endif /* __NSArray_h_OBJECTS_INCLUDE */
|
#endif /* __NSArray_h_OBJECTS_INCLUDE */
|
||||||
|
|
Loading…
Reference in a new issue