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

ruby-changes:13772

From: usa <ko1@a...>
Date: Fri, 30 Oct 2009 13:02:12 +0900 (JST)
Subject: [ruby-changes:13772] Ruby:r25568 (trunk): * thread.c (rb_thread_blocking_region): standard C doesn't accept

usa	2009-10-30 13:01:56 +0900 (Fri, 30 Oct 2009)

  New Revision: 25568

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

  Log:
    * thread.c (rb_thread_blocking_region): standard C doesn't accept
      preprosessing directive within macro expansion.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 25567)
+++ ChangeLog	(revision 25568)
@@ -1,3 +1,8 @@
+Fri Oct 30 12:59:20 2009  NAKAMURA Usaku  <usa@r...>
+
+	* thread.c (rb_thread_blocking_region): standard C doesn't accept
+	  preprosessing directive within macro expansion.
+
 Fri Oct 30 10:55:36 2009  Nobuyoshi Nakada  <nobu@r...>
 
 	* thread.c (rb_thread_blocking_region): must ensure to unlock GVL.

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

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