mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
0898a4c4b2
commit
1b43c3a615
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue