1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
usa 2007-10-31 16:52:10 +00:00
parent 2276493ee5
commit ac5a975aaf
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Nov 1 01:51:01 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* vm_core.h (ruby_current_thread): RUBY_EXTERN'ed for probeprofiler.
Thu Nov 1 00:46:30 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/configure.bat, setup.mak: now can recognize OS even if

View file

@ -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