From 4bae2d5e46b5135dba523616fd0960fc915eb120 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 19 Nov 2003 22:52:23 +0000 Subject: Getting rid of code dependent on GUSI or the MetroWerks compiler. --- Python/thread.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Python/thread.c') 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 */ -- cgit v1.2.1