rt: Attempt to put out burning tinderbox by fully qualifying gc::gc().

This commit is contained in:
Patrick Walton 2011-08-19 15:21:48 -07:00
parent cede5e53b3
commit d1836034e2

View File

@ -76,7 +76,7 @@ maybe_gc(rust_task *task) {
}
if (zeal)
gc(task);
gc::gc(task);
}
}