From: Jack Jansen Date: Tue, 8 Apr 1997 15:24:58 +0000 (+0000) Subject: Modified for (optional) use of MSL X-Git-Tag: v1.5a1~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54956722e5342ce0ebece1eaad85cca3e7791250;p=thirdparty%2FPython%2Fcpython.git Modified for (optional) use of MSL --- diff --git a/Mac/Include/macdefs.h b/Mac/Include/macdefs.h index 71f73b105627..061233bd5fb3 100644 --- a/Mac/Include/macdefs.h +++ b/Mac/Include/macdefs.h @@ -11,14 +11,14 @@ #include #endif +#include +#include #ifdef __MWERKS__ #include "errno_unix.h" #include #define c2pstr C2PStr #define p2cstr P2CStr #endif -#include -#include /* We may be able to use a std routine in think, don't know */ unsigned char *Pstring(char *); @@ -29,8 +29,10 @@ unsigned char *Pstring(char *); /* Universal constants: */ #define MAXPATH 256 +#ifndef __MSL__ #define TRUE 1 #define FALSE 0 +#endif #ifndef NULL #define NULL 0 #endif