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:
richard 1999-09-29 20:15:17 +00:00
parent 9bdfdab11c
commit cc15f872ca
6 changed files with 222 additions and 104 deletions

View file

@ -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)
{