From 1730d2e037fc41f31d0a90b2fde477f02f0fc798 Mon Sep 17 00:00:00 2001 From: Roy Frostig Date: Thu, 22 Jul 2010 17:47:32 -0700 Subject: Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and runtime. Closes #109. --- 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 d962e894..78ba85e8 100644 --- a/src/rt/rust_internal.h +++ b/src/rt/rust_internal.h @@ -274,6 +274,7 @@ struct type_desc { uintptr_t sever_glue_off; // For GC. uintptr_t mark_glue_off; // For GC. uintptr_t obj_drop_glue_off; // For custom destructors. + uintptr_t is_stateful; // Residual fields past here are known only to runtime. UT_hash_handle hh; -- cgit v1.2.3