fix 'only' imports when module re-exports #%kernel
svn: r3734
This commit is contained in:
parent
a9c231bd24
commit
5c21fee0a5
|
@ -5387,7 +5387,7 @@ void add_single_require(Scheme_Module_Exports *me, /* from module */
|
|||
idx = kernel_symbol;
|
||||
one_exn = me->kernel_exclusion;
|
||||
me = kernel->me;
|
||||
is_kern = !prefix && !unpack_kern && !ename && !has_context;
|
||||
is_kern = !prefix && !unpack_kern && !ename && !has_context && !onlys;
|
||||
} else
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user