* 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
This commit is contained in:
nobu 2011-10-29 00:05:11 +00:00
parent 27295f104a
commit 2fd8753bde
2 changed files with 10 additions and 0 deletions

View File

@ -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@fsij.org>
* ext/sdbm/_sdbm.c: RCS $Id$ removed.

View File

@ -32,6 +32,11 @@ typedef struct native_thread_data_struct {
#include <semaphore.h>
#undef except
#undef try
#undef leave
#undef finally
typedef struct rb_global_vm_lock_struct {
/* fast path */
unsigned long acquired;