From 2fd8753bde9c7c190cbd91adfb331da4f13e932d Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 29 Oct 2011 00:05:11 +0000 Subject: * 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 --- thread_pthread.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'thread_pthread.h') 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; -- cgit v1.2.1