avoid compiler warning

This commit is contained in:
Matthew Flatt 2012-05-13 06:46:05 -06:00
parent 84d1c6dc06
commit 562df19714

View File

@ -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;