[Python-checkins] python/dist/src/Mac/Modules/res _Resmodule.c, 1.20, 1.21

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Wed Nov 19 11:34:06 EST 2003


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

Modified Files:
	_Resmodule.c 
Log Message:
Getting rid of code conditional on TARGET_API_MAC_*.


Index: _Resmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/res/_Resmodule.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** _Resmodule.c	19 Nov 2003 16:13:33 -0000	1.20
--- _Resmodule.c	19 Nov 2003 16:34:04 -0000	1.21
***************
*** 21,27 ****
  
  
- #ifndef PyDoc_STR
- #define PyDoc_STR(x) (x)
- #endif
  #include <Carbon/Carbon.h>
  
--- 21,24 ----





More information about the Python-checkins mailing list