[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_carbonplugin_config.h,1.3,1.4

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


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

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

Index: mwerks_carbonplugin_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_carbonplugin_config.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mwerks_carbonplugin_config.h	2001/05/22 22:21:32	1.3
--- mwerks_carbonplugin_config.h	2001/08/07 15:13:27	1.4
***************
*** 5,9 ****
  #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 WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
  #define USE_TOOLBOX_OBJECT_GLUE	/* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
--- 5,8 ----