[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_shared_config.h,1.19,1.20

Jack Jansen jackjansen@users.sourceforge.net
Tue, 07 Aug 2001 08:14:06 -0700


Update of /cvsroot/python/python/dist/src/Mac/mwerks
In directory usw-pr-cvs1:/tmp/cvs-serv10274/python/Mac/mwerks

Modified Files:
	mwerks_shared_config.h 
Log Message:
Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft.

Index: mwerks_shared_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_shared_config.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** mwerks_shared_config.h	2001/08/07 13:52:55	1.19
--- mwerks_shared_config.h	2001/08/07 15:14:03	1.20
***************
*** 34,40 ****
  #ifndef USE_MSL_MALLOC
  /* #define USE_MALLOC_DEBUG			/* Enable range checking and other malloc debugging */
- #ifdef __powerc
  #define USE_CACHE_ALIGNED 8		/* Align on 32-byte boundaries for 604 */
- #endif
  #endif
  
--- 34,38 ----