summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-18 14:07:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-18 14:07:32 +0000
commiteb21db77c06f82f9b0e6c878fad5e2e3a591886e (patch)
tree772f288f4694099210c89558bab83ccdaaffff10
parent560a6c6ffa187f764cb5d81a7d27cb7a84a13c02 (diff)
* 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
-rw-r--r--ChangeLog5
-rw-r--r--vm_core.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index febf518789..a262869758 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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