[Python-checkins] python/dist/src/PC/os2emx pyconfig.h,1.1,1.2

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 09 Jun 2002 06:41:39 -0700


Update of /cvsroot/python/python/dist/src/PC/os2emx
In directory usw-pr-cvs1:/tmp/cvs-serv4220/PC/os2emx

Modified Files:
	pyconfig.h 
Log Message:
Patch #505375: Make doc strings optional.


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/pyconfig.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pyconfig.h	17 Feb 2002 05:23:30 -0000	1.1
--- pyconfig.h	9 Jun 2002 13:41:37 -0000	1.2
***************
*** 33,36 ****
--- 33,39 ----
  #define WITH_CYCLE_GC	1
  
+ /* Define if you want documentation strings in extension modules */
+ #define WITH_DOC_STRINGS 1
+ 
  /* Unicode related */
  #define Py_USING_UNICODE