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

ruby-changes:24514

From: ktsj <ko1@a...>
Date: Sun, 29 Jul 2012 14:28:18 +0900 (JST)
Subject: [ruby-changes:24514] ktsj:r36565 (trunk): * thread.c (Init_Thread): does not need to set klass

ktsj	2012-07-29 14:28:04 +0900 (Sun, 29 Jul 2012)

  New Revision: 36565

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

  Log:
    * thread.c (Init_Thread): does not need to set klass
      explicitly.

  Modified files:
    trunk/ChangeLog
    trunk/thread.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36564)
+++ ChangeLog	(revision 36565)
@@ -1,3 +1,8 @@
+Sun Jul 29 14:20:34 2012  Kazuki Tsujimoto  <kazuki@c...>
+
+	* thread.c (Init_Thread): does not need to set klass
+	  explicitly.
+
 Sun Jul 29 06:21:04 2012  Hiroshi Shirosaki  <h.shirosaki@g...>
 
 	* win32/win32.c: suppress warning redeclared on mingw64.
Index: thread.c
===================================================================
--- thread.c	(revision 36564)
+++ thread.c	(revision 36565)
@@ -5126,7 +5126,6 @@
 	    th->async_errinfo_queue = rb_ary_tmp_new(0);
 	    th->async_errinfo_queue_checked = 0;
 	    th->async_errinfo_mask_stack = rb_ary_tmp_new(0);
-	    RBASIC(th->async_errinfo_mask_stack)->klass = 0;
 	}
     }
 

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

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