fix no-places, no-futures build

This commit is contained in:
Matthew Flatt 2012-08-16 04:36:26 -06:00
parent 5e839664c4
commit 315834f097

View File

@ -146,7 +146,9 @@ void scheme_init_place(Scheme_Env *env)
scheme_finish_primitive_module(plenv);
#ifdef MZ_USE_PLACES
REGISTER_SO(all_child_places);
#endif
}
static Scheme_Object* scheme_place_enabled(int argc, Scheme_Object *args[]) {