[Python-checkins] CVS: python/dist/src/Python import.c,2.129,2.130
Guido van Rossum
python-dev@python.org
2000年4月24日 11:08:21 -0400 (EDT)
- Previous message: [Python-checkins] CVS: python/dist/src/Python dynload_mac.c,2.3,2.4
- Next message: [Python-checkins] CVS: python/dist/src acconfig.h,1.27,1.28 config.h.in,2.52,2.53 configure,1.110,1.111 configure.in,1.118,1.119
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /projects/cvsroot/python/dist/src/Python
In directory eric:/projects/python/develop/guido/src/Python
Modified Files:
import.c
Log Message:
Jack Jansen: The new version of the GUSI i/o library on the Macintosh
has a few slightly different calls from the old one.
Index: import.c
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Python/import.c,v
retrieving revision 2.129
retrieving revision 2.130
diff -C2 -r2.129 -r2.130
*** import.c 2000年02月29日 13:59:29 2.129
--- import.c 2000年04月24日 15:08:18 2.130
***************
*** 1088,1092 ****
#ifdef macintosh
#include <TextUtils.h>
! #ifdef USE_GUSI
#include "TFileSpec.h" /* for Path2FSSpec() */
#endif
--- 1088,1092 ----
#ifdef macintosh
#include <TextUtils.h>
! #ifdef USE_GUSI1
#include "TFileSpec.h" /* for Path2FSSpec() */
#endif
***************
*** 1096,1100 ****
FSSpec fss;
OSErr err;
! #ifndef USE_GUSI
err = FSMakeFSSpec(0, 0, Pstring(buf), &fss);
#else
--- 1096,1100 ----
FSSpec fss;
OSErr err;
! #ifndef USE_GUSI1
err = FSMakeFSSpec(0, 0, Pstring(buf), &fss);
#else
- Previous message: [Python-checkins] CVS: python/dist/src/Python dynload_mac.c,2.3,2.4
- Next message: [Python-checkins] CVS: python/dist/src acconfig.h,1.27,1.28 config.h.in,2.52,2.53 configure,1.110,1.111 configure.in,1.118,1.119
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]