[Python-checkins] python/dist/src/Mac/Modules/file _Filemodule.c,
1.19, 1.20 filesupport.py, 1.17, 1.18
jackjansen at users.sourceforge.net
jackjansen at users.sourceforge.net
Wed Nov 19 11:13:59 EST 2003
Update of /cvsroot/python/python/dist/src/Mac/Modules/file
In directory sc8-pr-cvs1:/tmp/cvs-serv27894/Mac/Modules/file
Modified Files:
_Filemodule.c filesupport.py
Log Message:
Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:
MacOS9isms.
Index: _Filemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/file/_Filemodule.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** _Filemodule.c 21 Mar 2003 12:54:24 -0000 1.19
--- _Filemodule.c 19 Nov 2003 16:13:26 -0000 1.20
***************
*** 21,29 ****
- #ifdef WITHOUT_FRAMEWORKS
- #include <Files.h>
- #else
#include <Carbon/Carbon.h>
- #endif
#ifdef USE_TOOLBOX_OBJECT_GLUE
--- 21,25 ----
Index: filesupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/file/filesupport.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** filesupport.py 21 Mar 2003 12:54:24 -0000 1.17
--- filesupport.py 19 Nov 2003 16:13:26 -0000 1.18
***************
*** 123,131 ****
includestuff = includestuff + """
- #ifdef WITHOUT_FRAMEWORKS
- #include <Files.h>
- #else
#include <Carbon/Carbon.h>
- #endif
#ifdef USE_TOOLBOX_OBJECT_GLUE
--- 123,127 ----
More information about the Python-checkins
mailing list