Implement OSX10.5 NSMapTable API

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28086 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-03-16 10:54:59 +00:00
parent 81cc2a07a8
commit 971de91d62
11 changed files with 1391 additions and 799 deletions

View file

@ -122,7 +122,7 @@ BOOL NSDeallocateZombies = NO;
@class NSZombie;
static Class zombieClass;
static NSMapTable zombieMap;
static NSMapTable *zombieMap;
#if !GS_WITH_GC
static void GSMakeZombie(NSObject *o)