diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 22:52:23 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 22:52:23 +0000 |
commit | d928e0fc503219f9f399bc131bac92527fa145ca (patch) | |
tree | d626b792d730f2a6f282796ae6f55bb2ac59625c /Python/thread.c | |
parent | e98f7a52329529203722cde675477f11abafb425 (diff) | |
download | cpython-d928e0fc503219f9f399bc131bac92527fa145ca.tar.gz |
Getting rid of code dependent on GUSI or the MetroWerks compiler.
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 2298b383e7..ca2d6c664b 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 */ |