fix non-places build (yet again)

This commit is contained in:
Matthew Flatt 2011-05-13 09:03:02 -06:00
parent a96fe882f8
commit 0bb0f28506

View File

@ -2717,9 +2717,11 @@ void GC_gcollect(void)
{
NewGC *gc = GC_get_GC();
#ifdef MZ_USE_PLACES
if (postmaster_and_master_gc(gc))
master_collect_initiate(gc);
else
#endif
garbage_collect(gc, 1, 0, NULL);
}