[Python-checkins] CVS: python/dist/src/PC config.h,1.40,1.41

Guido van Rossum python-dev@python.org
Fri, 30 Jun 2000 13:31:53 -0700


Update of /cvsroot/python/python/dist/src/PC
In directory slayer.i.sourceforge.net:/tmp/cvs-serv7887

Modified Files:
	config.h 
Log Message:
As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if
we want to have GC enabled in the beta.


Index: config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/config.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** config.h	2000/06/30 15:47:02	1.40
--- config.h	2000/06/30 20:31:50	1.41
***************
*** 453,457 ****
  
  /* Define if you want cycle garbage collection */
! /* #define WITH_CYCLE_GC 1 */
  
  /* Define if you have clock.  */
--- 453,457 ----
  
  /* Define if you want cycle garbage collection */
! #define WITH_CYCLE_GC 1
  
  /* Define if you have clock.  */