Accidentally left some non-GC code enabled in GC mode.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33169 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
theraven 2011-05-28 13:09:57 +00:00
parent 5092099c5c
commit 75fa6eb931

View file

@ -802,7 +802,9 @@ static NSNotificationCenter *default_center = nil;
#else
o->observer = observer;
#endif
#ifndef __OBJC_GC__
o->retained = 0;
#endif
o->next = 0;
if (object != nil)