mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
81cc2a07a8
commit
971de91d62
11 changed files with 1391 additions and 799 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue