summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-05-07 15:45:01 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-05-07 15:45:01 (GMT)
commitd1d242ec846b99b3be95372093d10f5e3d37f9df (patch)
treecd812c13cdfb3162161705b60f962aa6e77e7361 /Mac/Include
parentb764eeda5611e8778b2cc0b012443486df187d06 (diff)
downloadcpython-d1d242ec846b99b3be95372093d10f5e3d37f9df.zip
cpython-d1d242ec846b99b3be95372093d10f5e3d37f9df.tar.gz
cpython-d1d242ec846b99b3be95372093d10f5e3d37f9df.tar.bz2
c2pstr has moved to a different include file
Diffstat (limited to 'Mac/Include')
-rw-r--r--Mac/Include/macdefs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Mac/Include/macdefs.h b/Mac/Include/macdefs.h
index 061233b..b890004 100644
--- a/Mac/Include/macdefs.h
+++ b/Mac/Include/macdefs.h
@@ -15,9 +15,7 @@
#include <string.h>
#ifdef __MWERKS__
#include "errno_unix.h"
-#include <Strings.h>
-#define c2pstr C2PStr
-#define p2cstr P2CStr
+#include <TextUtils.h>
#endif
/* We may be able to use a std routine in think, don't know */