summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-11-19 22:52:23 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-11-19 22:52:23 +0000
commit4bae2d5e46b5135dba523616fd0960fc915eb120 (patch)
tree730899029b05968513eadb26fe1e3c4ac22653d1 /Python/thread.c
parentbc2fbc74edf3f6c451b823329a66413d9fcf1c55 (diff)
downloadcpython-git-4bae2d5e46b5135dba523616fd0960fc915eb120.tar.gz
Getting rid of code dependent on GUSI or the MetroWerks compiler.
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c4
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 */