[Python-checkins] python/dist/src/Mac/Modules/help _Helpmodule.c, 1.9, 1.10

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/help
In directory sc8-pr-cvs1:/tmp/cvs-serv32109/Mac/Modules/help

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


Index: _Helpmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/help/_Helpmodule.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** _Helpmodule.c	19 Nov 2003 16:13:27 -0000	1.9
--- _Helpmodule.c	19 Nov 2003 16:34:04 -0000	1.10
***************
*** 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