[Python-checkins] python/dist/src/Mac/Include pyconfig.h,1.11,1.12

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 08 Jul 2002 03:05:26 -0700


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

Modified Files:
	pyconfig.h 
Log Message:
Define WITH_PYMALLOC as 1

Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/pyconfig.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pyconfig.h	7 Jul 2002 20:54:44 -0000	1.11
--- pyconfig.h	8 Jul 2002 10:05:23 -0000	1.12
***************
*** 307,311 ****
  
  /* Define if you want to compile in Python-specific mallocs */
! #define WITH_PYMALLOC
  
  /* Define if you want to produce an OpenStep/Rhapsody framework
--- 307,311 ----
  
  /* Define if you want to compile in Python-specific mallocs */
! #define WITH_PYMALLOC 1
  
  /* Define if you want to produce an OpenStep/Rhapsody framework