[Python-checkins] python/dist/src/RISCOS/Modules config.c,1.2,1.3

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 06 Jul 2002 20:59:36 -0700


Update of /cvsroot/python/python/dist/src/RISCOS/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv12674/python/RISCOS/Modules

Modified Files:
	config.c 
Log Message:
Removed WITH_CYCLE_GC #ifdef-ery.  Holes:

+ I'm not sure what to do about configure.in.  Left it alone.

+ Ditto pyexpat.c.  Fred or Martin will know what to do.


Index: config.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/RISCOS/Modules/config.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** config.c	24 Oct 2001 20:12:29 -0000	1.2
--- config.c	7 Jul 2002 03:59:34 -0000	1.3
***************
*** 66,73 ****
  	{"exceptions", NULL},
  
- #ifdef WITH_CYCLE_GC
  	/* This lives in gcmodule.c */
  	{"gc", initgc},
- #endif
  
  	/* Sentinel */
--- 66,71 ----