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_pthread.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Python/thread_pthread.h') diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h index 0f7ad20c2a..cb03a9ba6e 100644 --- a/Python/thread_pthread.h +++ b/Python/thread_pthread.h @@ -68,14 +68,6 @@ #endif -#ifdef USE_GUSI -/* The Macintosh GUSI I/O library sets the stackspace to -** 20KB, much too low. We up it to 64K. -*/ -#define THREAD_STACK_SIZE 0x10000 -#endif - - /* set default attribute object for different versions */ #if defined(PY_PTHREAD_D4) || defined(PY_PTHREAD_D7) -- cgit v1.2.1