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

ruby-changes:24380

From: ko1 <ko1@a...>
Date: Wed, 18 Jul 2012 14:47:57 +0900 (JST)
Subject: [ruby-changes:24380] ko1:r36431 (trunk): * thread.c: fix last commit miss.

ko1	2012-07-18 14:47:48 +0900 (Wed, 18 Jul 2012)

  New Revision: 36431

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

  Log:
    * thread.c: fix last commit miss.

  Modified files:
    trunk/ChangeLog
    trunk/thread.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36430)
+++ ChangeLog	(revision 36431)
@@ -1,3 +1,7 @@
+Wed Jul 18 14:47:23 2012  Koichi Sasada  <ko1@a...>
+
+	* thread.c: fix last commit miss.
+
 Wed Jul 18 14:16:51 2012  Koichi Sasada  <ko1@a...>
 
 	* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.
Index: thread.c
===================================================================
--- thread.c	(revision 36430)
+++ thread.c	(revision 36431)
@@ -1426,9 +1426,6 @@
     }
 }
 
-VALUE
-rb_thread
-
 static void
 rb_threadptr_ready(rb_thread_t *th)
 {

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

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