fix bug in looking for free-id=? re-exports
svn: r14476
This commit is contained in:
parent
49852a87fc
commit
71d28de3a0
|
@ -7308,7 +7308,7 @@ static Scheme_Object *extract_free_id_name(Scheme_Object *name,
|
|||
_implicit_nominal_mod, _implicit_nominal_name,
|
||||
_implicit_mod_phase,
|
||||
NULL, NULL, NULL, NULL);
|
||||
if (SAME_TYPE(SCHEME_TYPE(mod), scheme_module_index_type)) {
|
||||
if (mod && SAME_TYPE(SCHEME_TYPE(mod), scheme_module_index_type)) {
|
||||
if (SCHEME_FALSEP(((Scheme_Modidx *)mod)->path)) {
|
||||
/* keep looking locally */
|
||||
name = name2;
|
||||
|
|
Loading…
Reference in New Issue
Block a user