mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
1666cb0a26
commit
1549f5b5e7
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