From ac5a975aafcbe36f7342424d931fef57aedd3188 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 31 Oct 2007 16:52:10 +0000 Subject: * vm_core.h (ruby_current_thread): RUBY_EXTERN'ed for probeprofiler. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 69e9e1cd06..56879760fc 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 -- cgit v1.2.3