[Python-checkins] python/dist/src/Mac/Include pyconfig.h,1.10,1.11
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
Sun, 07 Jul 2002 13:54:46 -0700
Update of /cvsroot/python/python/dist/src/Mac/Include
In directory usw-pr-cvs1:/tmp/cvs-serv20229/Mac/Include
Modified Files:
pyconfig.h
Log Message:
- Got rid if WITH_CYCLE_GC
- Cleaned up Python banner string, so the normal build for MacPython 2.3
will have a short banner.
Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/pyconfig.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pyconfig.h 13 Jun 2002 21:09:04 -0000 1.10
--- pyconfig.h 7 Jul 2002 20:54:44 -0000 1.11
***************
*** 284,290 ****
#undef WANT_WCTYPE_FUNCTIONS
- /* Define if you want to compile in cycle garbage collection */
- #define WITH_CYCLE_GC 1
-
/* Define if you want cross-platform newline support for reading */
#define WITH_UNIVERSAL_NEWLINES
--- 284,287 ----