mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15020 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2ef9a81d01
commit
79ebe2f782
2 changed files with 11 additions and 0 deletions
|
@ -168,6 +168,8 @@ static BOOL isCollecting = NO;
|
|||
{
|
||||
allObjects = (_GCObjectList*)
|
||||
NSAllocateObject([_GCObjectList class], 0, NSDefaultMallocZone());
|
||||
allObjects->gc.next = allObjects;
|
||||
allObjects->gc.previous = allObjects;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue