summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index 130ca64160..1dbf2ecabb 100644
--- a/vm.c
+++ b/vm.c
@@ -1756,7 +1756,7 @@ thread_memsize(const void *ptr)
}
}
-static const rb_data_type_t thread_data_type = {
+const rb_data_type_t thread_data_type = {
"VM/thread",
{
rb_thread_mark,