First pass on splitting stratum and opacity off of effects. WIP.

This commit is contained in:
Graydon Hoare
2010-11-02 11:11:58 -07:00
parent ccd62969c1
commit da13c508d8
41 changed files with 288 additions and 215 deletions

View File

@@ -69,7 +69,7 @@ refcount(rust_task *task, type_desc *t, size_t *v) {
}
extern "C" CDECL void
gc(rust_task *task) {
do_gc(rust_task *task) {
task->gc(1);
}