[Python-checkins] python/dist/src/Modules _localemodule.c,2.36,2.37
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
2002年12月13日 07:21:02 -0800
- Previous message: [Python-checkins] python/dist/src/Mac/mwerks/projects/build.macfreeze frozen.prj,1.1,NONE frozenbundle.rsrc,1.3,NONE templatefrozenconfig.c,1.1,NONE
- Next message: [Python-checkins] python/dist/src/Python pythonrun.c,2.170,2.171 import.c,2.212,2.213
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv4861
Modified Files:
_localemodule.c
Log Message:
We need macglue on MacPython-OS9 too.
Index: _localemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_localemodule.c,v
retrieving revision 2.36
retrieving revision 2.37
diff -C2 -d -r2.36 -r2.37
*** _localemodule.c 26 Nov 2002 09:05:36 -0000 2.36
--- _localemodule.c 13 Dec 2002 15:20:53 -0000 2.37
***************
*** 31,35 ****
#endif
! #if __APPLE__
#include "macglue.h"
#endif
--- 31,35 ----
#endif
! #if defined(__APPLE__) || defined(__MWERKS__)
#include "macglue.h"
#endif
- Previous message: [Python-checkins] python/dist/src/Mac/mwerks/projects/build.macfreeze frozen.prj,1.1,NONE frozenbundle.rsrc,1.3,NONE templatefrozenconfig.c,1.1,NONE
- Next message: [Python-checkins] python/dist/src/Python pythonrun.c,2.170,2.171 import.c,2.212,2.213
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]