]> granicus.if.org Git - python/commitdiff
Modified for (optional) use of MSL
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 8 Apr 1997 15:24:58 +0000 (15:24 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 8 Apr 1997 15:24:58 +0000 (15:24 +0000)
Mac/Include/macdefs.h

index 71f73b105627c236f1db05096799961d51ce277b..061233bd5fb3823239b1fba2242cf94f045d4bc8 100644 (file)
 #include <pascal.h>
 #endif
 
+#include <errno.h>
+#include <string.h>
 #ifdef __MWERKS__
 #include "errno_unix.h"
 #include <Strings.h>
 #define c2pstr C2PStr
 #define p2cstr P2CStr
 #endif
-#include <errno.h>
-#include <string.h>
 
 /* 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