summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-04 17:08:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-04 17:08:44 +0000
commit0958923530594873703ccaec9ab92aa623f5578f (patch)
tree9f503437722ef387502284fdd26d2c723af0c6b7 /vm.c
parentcae6eed6b1dc7c5dc51558e71904873bdcd28f0f (diff)
* vm.c (ruby_thread_data_type): add prefix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index 1dbf2ecabb..d0c25929f0 100644
--- a/vm.c
+++ b/vm.c
@@ -1756,7 +1756,8 @@ thread_memsize(const void *ptr)
}
}
-const rb_data_type_t thread_data_type = {
+#define thread_data_type ruby_thread_data_type
+const rb_data_type_t ruby_thread_data_type = {
"VM/thread",
{
rb_thread_mark,