* 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:
parent
27295f104a
commit
2fd8753bde
@ -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>
|
Fri Oct 28 22:05:34 2011 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* ext/sdbm/_sdbm.c: RCS $Id$ removed.
|
* ext/sdbm/_sdbm.c: RCS $Id$ removed.
|
||||||
|
@ -32,6 +32,11 @@ typedef struct native_thread_data_struct {
|
|||||||
|
|
||||||
#include <semaphore.h>
|
#include <semaphore.h>
|
||||||
|
|
||||||
|
#undef except
|
||||||
|
#undef try
|
||||||
|
#undef leave
|
||||||
|
#undef finally
|
||||||
|
|
||||||
typedef struct rb_global_vm_lock_struct {
|
typedef struct rb_global_vm_lock_struct {
|
||||||
/* fast path */
|
/* fast path */
|
||||||
unsigned long acquired;
|
unsigned long acquired;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user