[Python-checkins] python/dist/src/RISCOS pyconfig.h,1.4,1.5
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
In directory usw-pr-cvs1:/tmp/cvs-serv12674/python/RISCOS
Modified Files:
pyconfig.h
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: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/RISCOS/pyconfig.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pyconfig.h 13 Jun 2002 21:09:11 -0000 1.4
--- pyconfig.h 7 Jul 2002 03:59:34 -0000 1.5
***************
*** 237,243 ****
#undef WANT_WCTYPE_FUNCTIONS
- /* Define if you want to compile in cycle garbage collection */
- #define WITH_CYCLE_GC 1
-
/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4),
--- 237,240 ----