Don't call __objc_resolve_class_links() if using the GNUstep runtime.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31229 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
theraven 2010-09-01 16:13:44 +00:00
parent 605a42ed53
commit 952ea61cc7

View file

@ -222,7 +222,9 @@ GSPrivateLoadModule(NSString *filename, FILE *errorStream,
}
#endif /* not __ELF__ */
#ifndef __GNUSTEP_RUNTIME__
__objc_resolve_class_links(); /* fill in subclass_list and sibling_class */
#endif
_objc_load_callback = 0;
_objc_load_load_callback = 0;
return 0;