[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_small_config.h,1.13,1.14
Jack Jansen
jackjansen@users.sourceforge.net
2001年8月07日 08:14:30 -0700
Update of /cvsroot/python/python/dist/src/Mac/mwerks
In directory usw-pr-cvs1:/tmp/cvs-serv10404/python/Mac/mwerks
Modified Files:
mwerks_small_config.h
Log Message:
Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft.
Index: mwerks_small_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_small_config.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** mwerks_small_config.h 2001年05月14日 15:00:18 1.13
--- mwerks_small_config.h 2001年08月07日 15:14:28 1.14
***************
*** 30,36 ****
#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
--- 30,34 ----