fix non-places build (yet again)
This commit is contained in:
parent
a96fe882f8
commit
0bb0f28506
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user