[Python-checkins] python/dist/src/Mac/Modules/cf _CFmodule.c, 1.23, 1.24 pycfbridge.c, 1.8, 1.9

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Thu Nov 20 08:31:28 EST 2003


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

Modified Files:
	_CFmodule.c pycfbridge.c 
Log Message:
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Cleaned up various things in the toolbox modules.


Index: _CFmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cf/_CFmodule.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** _CFmodule.c	19 Nov 2003 16:13:24 -0000	1.23
--- _CFmodule.c	20 Nov 2003 13:30:56 -0000	1.24
***************
*** 6,15 ****
  
  
- #ifdef _WIN32
- #include "pywintoolbox.h"
- #else
- #include "macglue.h"
  #include "pymactoolbox.h"
- #endif
  
  /* Macro to test whether a weak-loaded CFM function exists */
--- 6,10 ----

Index: pycfbridge.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cf/pycfbridge.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pycfbridge.c	19 Nov 2003 16:13:24 -0000	1.8
--- pycfbridge.c	20 Nov 2003 13:30:56 -0000	1.9
***************
*** 6,10 ****
  
  #include "Python.h"
! #include "macglue.h"
  #include "pycfbridge.h"
  
--- 6,10 ----
  
  #include "Python.h"
! #include "pymactoolbox.h"
  #include "pycfbridge.h"
  





More information about the Python-checkins mailing list