summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vm_core.h b/vm_core.h
index 0ff54f2216..1a734b31e0 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -317,6 +317,12 @@ typedef struct rb_vm_struct {
#if defined(ENABLE_VM_OBJSPACE) && ENABLE_VM_OBJSPACE
struct rb_objspace *objspace;
#endif
+
+ /*
+ * @shyouhei notes that this is not for storing normal Ruby
+ * objects so do *NOT* mark this when you GC.
+ */
+ struct RArray at_exit;
} rb_vm_t;
typedef struct {