diff options
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/implement.h b/implement.h index 76adb1f..b76848d 100644 --- a/implement.h +++ b/implement.h @@ -293,7 +293,6 @@ struct ThreadKeyAssoc { */ #ifdef __except #undef __except -#define _pthread__except __except #endif #else @@ -304,7 +303,6 @@ struct ThreadKeyAssoc { */ #ifdef catch #undef catch -#define _pthread_catch catch #endif #else /* __cplusplus */ |