[前][次][番号順一覧][スレッド一覧]

ruby-changes:21426

From: nobu <ko1@a...>
Date: Tue, 18 Oct 2011 23:07:43 +0900 (JST)
Subject: [ruby-changes:21426] nobu:r33475 (trunk): * vm_core.h (ruby_current_thread): probeprofiler has been removed

nobu	2011-10-18 23:07:32 +0900 (Tue, 18 Oct 2011)

  New Revision: 33475

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33475

  Log:
    * vm_core.h (ruby_current_thread): probeprofiler has been removed
      long ago.

  Modified files:
    trunk/ChangeLog
    trunk/vm_core.h

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 33474)
+++ ChangeLog	(revision 33475)
@@ -1,3 +1,8 @@
+Tue Oct 18 23:07:30 2011  Nobuyoshi Nakada  <nobu@r...>
+
+	* vm_core.h (ruby_current_thread): probeprofiler has been removed
+	  long ago.
+
 Tue Oct 18 23:05:49 2011  Nobuyoshi Nakada  <nobu@r...>
 
 	* ext/ripper/eventids2.c (ripper_init_eventids2): separate
Index: vm_core.h
===================================================================
--- vm_core.h	(revision 33474)
+++ vm_core.h	(revision 33475)
@@ -682,7 +682,7 @@
 /* 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]