avoid compiler warning
This commit is contained in:
parent
84d1c6dc06
commit
562df19714
|
@ -10548,8 +10548,10 @@ void add_single_require(Scheme_Module_Exports *me, /* from module */
|
|||
if (all_simple)
|
||||
*all_simple = 0;
|
||||
}
|
||||
} else
|
||||
} else {
|
||||
has_context = 0; /* computed later */
|
||||
bdg = NULL;
|
||||
}
|
||||
|
||||
if (iname || ename || onlys || for_unmarshal || unpack_kern)
|
||||
can_save_marshal = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user