mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
560a6c6ffa
commit
eb21db77c0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Oct 18 23:07:30 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* vm_core.h (ruby_current_thread): probeprofiler has been removed
|
||||
long ago.
|
||||
|
||||
Tue Oct 18 23:05:49 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/ripper/eventids2.c (ripper_init_eventids2): separate
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue