[Python-checkins] CVS: python/dist/src/Mac/Modules/mlte _Mltemodule.c,1.1,1.2
Jack Jansen
jackjansen@users.sourceforge.net
Sat, 01 Sep 2001 16:38:10 -0700
Update of /cvsroot/python/python/dist/src/Mac/Modules/mlte
In directory usw-pr-cvs1:/tmp/cvs-serv2654/Python/Mac/Modules/mlte
Modified Files:
_Mltemodule.c
Log Message:
Include Carbon/Carbon.h if we're on OSX.
Index: _Mltemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/mlte/_Mltemodule.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _Mltemodule.c 2001/08/23 14:00:18 1.1
--- _Mltemodule.c 2001/09/01 23:38:08 1.2
***************
*** 20,24 ****
#include <MacTextEditor.h>
#else
! #include <xxxx.h>
#endif
--- 20,24 ----
#include <MacTextEditor.h>
#else
! #include <Carbon/Carbon.h>
#endif