mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
More GC updates
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4959 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9bdfdab11c
commit
cc15f872ca
6 changed files with 222 additions and 104 deletions
|
@ -304,7 +304,7 @@ NSAllocateObject(Class aClass, unsigned extraBytes, NSZone *zone)
|
|||
}
|
||||
else
|
||||
{
|
||||
GC_descr gc_type = aClass->gc_object_type;
|
||||
GC_descr gc_type = (GC_descr)aClass->gc_object_type;
|
||||
|
||||
if (gc_type == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue