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

ruby-changes:21497

From: nobu <ko1@a...>
Date: Sat, 29 Oct 2011 09:05:23 +0900 (JST)
Subject: [ruby-changes:21497] nobu:r33546 (trunk): * thread_pthread.h: no Structured Exception Handling like macros.

nobu	2011-10-29 09:05:11 +0900 (Sat, 29 Oct 2011)

  New Revision: 33546

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

  Log:
    * thread_pthread.h: no Structured Exception Handling like macros.
      [ruby-core:40432] [Bug #5491]

  Modified files:
    trunk/ChangeLog
    trunk/thread_pthread.h

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 33545)
+++ ChangeLog	(revision 33546)
@@ -1,3 +1,8 @@
+Sat Oct 29 09:05:07 2011  Nobuyoshi Nakada  <>
+
+	* thread_pthread.h: no Structured Exception Handling like macros.
+	  [ruby-core:40432] [Bug #5491]
+
 Fri Oct 28 22:05:34 2011  Tanaka Akira  <akr@f...>
 
 	* ext/sdbm/_sdbm.c: RCS $Id$ removed.
Index: thread_pthread.h
===================================================================
--- thread_pthread.h	(revision 33545)
+++ thread_pthread.h	(revision 33546)
@@ -32,6 +32,11 @@
 
 #include <semaphore.h>
 
+#undef except
+#undef try
+#undef leave
+#undef finally
+
 typedef struct rb_global_vm_lock_struct {
     /* fast path */
     unsigned long acquired;

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

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