([NSObject +initialize]): Set default autorelease_class to

NSAutoreleasePool.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@615 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-09-27 23:15:24 +00:00
parent ab2d5f8b0c
commit 8ad2e6c58f

View file

@ -97,6 +97,7 @@ BOOL NSDecrementExtraRefCountWasZero(id anObject)
elt_hash_void_ptr,
(coll_compare_func_type)
elt_compare_void_ptrs);
autorelease_class = [NSAutoreleasePool class];
}
return;
}