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

ruby-changes:19632

From: kosaki <ko1@a...>
Date: Sun, 22 May 2011 04:12:18 +0900 (JST)
Subject: [ruby-changes:19632] kosaki:r31676 (trunk): * thread.c (Init_Thread): add a code comment why the meaningless

kosaki	2011-05-22 04:12:10 +0900 (Sun, 22 May 2011)

  New Revision: 31676

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

  Log:
    * thread.c (Init_Thread): add a code comment why the meaningless
      line is necessary.

  Modified files:
    trunk/ChangeLog
    trunk/thread.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31675)
+++ ChangeLog	(revision 31676)
@@ -1,3 +1,8 @@
+Sun May 22 04:11:12 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
+
+	* thread.c (Init_Thread): add a code comment why the meaningless
+	  line is necessary.
+
 Sun May 22 01:35:12 2011  Tadayoshi Funaba  <tadf@d...>
 
 	* ext/date/date_core.c: modified documentation.
Index: thread.c
===================================================================
--- thread.c	(revision 31675)
+++ thread.c	(revision 31676)
@@ -4694,6 +4694,7 @@
 
     rb_thread_create_timer_thread();
 
+    /* suppress warnings on cygwin, mingw and mswin.*/
     (void)native_mutex_trylock;
 }
 

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

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