diff options
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/thread.c b/Python/thread.c index 2298b38..ca2d6c6 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -45,10 +45,6 @@ extern char *getenv(const char *); #define SUN_LWP #endif -#if defined(__MWERKS__) && !defined(__BEOS__) -#define _POSIX_THREADS -#endif - #endif /* _POSIX_THREADS */ |