summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-16 09:56:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-16 09:56:56 +0000
commit0dee7247a734b15fb653ea31d9a7bb3f7d8a33cf (patch)
tree3a75a40141ba1f4b40775f356cd9a2d1958d19b1 /vm.c
parentcb40b39a2f20d10f9b3b8f62487b3fb1e413f1b1 (diff)
* vm.c (ruby_threadptr_data_type): rename to hide.
[ruby-core:38972] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm.c b/vm.c
index a057b6bb30..16d04db312 100644
--- a/vm.c
+++ b/vm.c
@@ -1786,8 +1786,8 @@ thread_memsize(const void *ptr)
}
}
-#define thread_data_type ruby_thread_data_type
-const rb_data_type_t ruby_thread_data_type = {
+#define thread_data_type ruby_threadptr_data_type
+const rb_data_type_t ruby_threadptr_data_type = {
"VM/thread",
{
rb_thread_mark,