From 2fd8753bde9c7c190cbd91adfb331da4f13e932d Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 29 Oct 2011 00:05:11 +0000 Subject: [PATCH] * thread_pthread.h: no Structured Exception Handling like macros. [ruby-core:40432] [Bug #5491] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ thread_pthread.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 202ac7e1a0..600ca03f00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * ext/sdbm/_sdbm.c: RCS $Id$ removed. diff --git a/thread_pthread.h b/thread_pthread.h index f180a79d27..b3e7c36cf0 100644 --- a/thread_pthread.h +++ b/thread_pthread.h @@ -32,6 +32,11 @@ typedef struct native_thread_data_struct { #include +#undef except +#undef try +#undef leave +#undef finally + typedef struct rb_global_vm_lock_struct { /* fast path */ unsigned long acquired;