[Python-checkins] CVS: python/dist/src/Mac/mwerks mwerks_small_config.h,1.14,1.14.10.1

Jack Jansen jackjansen@users.sourceforge.net
Tue, 20 Nov 2001 15:20:47 -0800


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

Modified Files:
      Tag: r22b2-branch
	mwerks_small_config.h 
Log Message:
Optionally include _hotshot in small Pythons, for debugging purposes.

Index: mwerks_small_config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/mwerks/mwerks_small_config.h,v
retrieving revision 1.14
retrieving revision 1.14.10.1
diff -C2 -d -r1.14 -r1.14.10.1
*** mwerks_small_config.h	2001/08/07 15:14:28	1.14
--- mwerks_small_config.h	2001/11/20 23:20:45	1.14.10.1
***************
*** 26,29 ****
--- 26,30 ----
  #define USE_APPEARANCE	/* Enable Appearance support */
  #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */
+ #define WITH_HOTSHOT	/* Enable hotshot profiler */
  
  #define USE_MSL_MALLOC	/* Disable private malloc. Also disables next two defines */