[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_nonshared_config.h,1.24,1.25

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


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

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

Index: mwerks_nonshared_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_nonshared_config.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** mwerks_nonshared_config.h	2001/05/14 14:59:49	1.24
--- mwerks_nonshared_config.h	2001/08/07 15:13:39	1.25
***************
*** 31,37 ****
  #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
  #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
--- 31,35 ----