summaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-31 16:52:10 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-31 16:52:10 +0000
commit5c03de434e2e12532b67bee90aba3246439ce8d9 (patch)
treee25251658c536ba37dd4c8a473b39771846936e9 /vm_core.h
parent9ddd5d715c24c66be96b2739b2d65e365565208b (diff)
downloadruby-5c03de434e2e12532b67bee90aba3246439ce8d9.tar.gz
ruby-5c03de434e2e12532b67bee90aba3246439ce8d9.tar.xz
ruby-5c03de434e2e12532b67bee90aba3246439ce8d9.zip
* vm_core.h (ruby_current_thread): RUBY_EXTERN'ed for probeprofiler.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 69e9e1cd0..56879760f 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -633,7 +633,7 @@ RUBY_EXTERN VALUE sysstack_error;
/* for thread */
#if RUBY_VM_THREAD_MODEL == 2
-extern rb_thread_t *ruby_current_thread;
+RUBY_EXTERN rb_thread_t *ruby_current_thread;
extern rb_vm_t *ruby_current_vm;
#define GET_VM() ruby_current_vm