Darwin constant string class fixes and compiling

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11974 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-01-03 20:39:12 +00:00
parent 838a111cfe
commit cf0e40cddc
9 changed files with 77 additions and 44 deletions

View file

@ -78,7 +78,7 @@ static Class NSConstantStringClass;
*/
static objc_mutex_t retain_counts_gate = NULL;
#if GS_WITH_GC == 0
#if GS_WITH_GC == 0 && !defined(NeXT_RUNTIME)
#define REFCNT_LOCAL 0
#define CACHE_ZONE 0
#endif