From eb21db77c06f82f9b0e6c878fad5e2e3a591886e Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 18 Oct 2011 14:07:32 +0000 Subject: * vm_core.h (ruby_current_thread): probeprofiler has been removed long ago. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33475 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 e8dbdd9c5a..d44bd25298 100644 --- a/vm_core.h +++ b/vm_core.h @@ -682,7 +682,7 @@ int rb_autoloading_value(VALUE mod, ID id, VALUE* value); /* for thread */ #if RUBY_VM_THREAD_MODEL == 2 -RUBY_EXTERN rb_thread_t *ruby_current_thread; +extern rb_thread_t *ruby_current_thread; extern rb_vm_t *ruby_current_vm; #define GET_VM() ruby_current_vm -- cgit v1.2.3