mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Try reversion again.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22017 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d3dbf0c0b1
commit
15de84b232
7 changed files with 153 additions and 165 deletions
|
@ -954,6 +954,8 @@ GSDescriptionForClassMethod(pcl self, SEL aSel)
|
|||
zombieMap = NSCreateMapTable(NSNonOwnedPointerMapKeyCallBacks,
|
||||
NSNonOwnedPointerMapValueCallBacks, 0);
|
||||
zombieClass = [NSZombie class];
|
||||
NSZombieEnabled = GSEnvironmentFlag("NSZombieEnabled", NO);
|
||||
NSDeallocateZombies = GSEnvironmentFlag("NSDeallocateZombies", NO);
|
||||
|
||||
autorelease_class = [NSAutoreleasePool class];
|
||||
autorelease_sel = @selector(addObject:);
|
||||
|
@ -971,11 +973,6 @@ GSDescriptionForClassMethod(pcl self, SEL aSel)
|
|||
selector: @selector(_becomeMultiThreaded:)
|
||||
name: NSWillBecomeMultiThreadedNotification
|
||||
object: nil];
|
||||
|
||||
NSZombieEnabled = [[[[NSProcessInfo processInfo] environment]
|
||||
objectForKey: @"NSZombieEnabled"] boolValue];
|
||||
NSDeallocateZombies = [[[[NSProcessInfo processInfo] environment]
|
||||
objectForKey: @"NSDeallocateZombies"] boolValue];
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue