tweaks to use new GC API

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28051 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-03-08 14:34:16 +00:00
parent 38980826a4
commit 3a0afe2e58
8 changed files with 43 additions and 17 deletions

View file

@ -274,7 +274,7 @@ static NSMapTable globalClassMap = 0;
+ (void) initialize
{
class_ivar_set_gcinvisible (self, "delegate", YES);
GSMakeWeakPointer(self, "delegate");
if (globalClassMap == 0)
{