mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(objc_load_module): Uncomment local vars when needed. (Provided by
Bill Bumgarner <bbum@friday.com>.) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1514 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4300f0e9a2
commit
37d8cc7765
1 changed files with 4 additions and 2 deletions
|
@ -141,9 +141,11 @@ objc_load_module(
|
|||
|
||||
{
|
||||
typedef void (*void_fn)();
|
||||
// void_fn *ctor_list;
|
||||
dl_handle_t handle;
|
||||
// int i;
|
||||
#if !defined(__ELF__) && !defined(CON_AUTOLOAD)
|
||||
void_fn *ctor_list;
|
||||
int i;
|
||||
#endif
|
||||
|
||||
if (!dynamic_loaded)
|
||||
if (objc_initialize_loading(errorStream))
|
||||
|
|
Loading…
Reference in a new issue