[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_carbon_config.h,1.7,1.8

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


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

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

Index: mwerks_carbon_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_carbon_config.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mwerks_carbon_config.h	2001/05/14 14:59:25	1.7
--- mwerks_carbon_config.h	2001/08/07 15:13:16	1.8
***************
*** 8,12 ****
  #define OPAQUE_TOOLBOX_STRUCTS 1
  #define TARGET_API_MAC_CARBON 1
- #define TARGET_API_MAC_CARBON_NOTYET 1 /* Things we should do eventually, but not now */
  
  #define USE_ARGV0_CHDIR		/* Workaround for OSXDP4: change dir to argv[0] dir */
--- 8,11 ----
***************
*** 35,41 ****
  #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 */
--- 34,38 ----