From 37426e42cf78a43779312d780eecb21a64006d99 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 25 Jun 2010 21:57:46 -0700 Subject: Add sever-glue, for missing first stage of sweep. --- src/rt/rust_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rt/rust_internal.h') diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h index 7f703012..c9a28946 100644 --- a/src/rt/rust_internal.h +++ b/src/rt/rust_internal.h @@ -306,6 +306,7 @@ struct type_desc { uintptr_t copy_glue_off; uintptr_t drop_glue_off; uintptr_t free_glue_off; + uintptr_t sever_glue_off; // For GC. uintptr_t mark_glue_off; // For GC. uintptr_t obj_drop_glue_off; // For custom destructors. -- cgit v1.2.3