[Python-checkins] python/dist/src/Mac/Modules/res ressupport.py, 1.25, 1.26

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Wed Nov 19 11:18:04 EST 2003


Update of /cvsroot/python/python/dist/src/Mac/Modules/res
In directory sc8-pr-cvs1:/tmp/cvs-serv29205/res

Modified Files:
	ressupport.py 
Log Message:
PyDoc_STR is always defined nowadays (and has been for quite some time:-)


Index: ressupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/res/ressupport.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** ressupport.py	19 Nov 2003 16:13:33 -0000	1.25
--- ressupport.py	19 Nov 2003 16:18:02 -0000	1.26
***************
*** 26,32 ****
  
  includestuff = includestuff + """
- #ifndef PyDoc_STR
- #define PyDoc_STR(x) (x)
- #endif
  #include <Carbon/Carbon.h>
  
--- 26,29 ----





More information about the Python-checkins mailing list