summaryrefslogtreecommitdiffstats
path: root/Mac/Include/macdefs.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-06-04 21:56:05 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-06-04 21:56:05 (GMT)
commit021da55579bde93b6cc159e6aa7080218c00644c (patch)
treed7377d65e3d2a7939a22e1d702814e2d057e0db7 /Mac/Include/macdefs.h
parent031ac7112f608bd80f4d92d046a0195f0fafb30a (diff)
downloadcpython-021da55579bde93b6cc159e6aa7080218c00644c.zip
cpython-021da55579bde93b6cc159e6aa7080218c00644c.tar.gz
cpython-021da55579bde93b6cc159e6aa7080218c00644c.tar.bz2
Removed THINK_C support.
Diffstat (limited to 'Mac/Include/macdefs.h')
-rw-r--r--Mac/Include/macdefs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/Include/macdefs.h b/Mac/Include/macdefs.h
index 0a4a6f7..9cc3ae1 100644
--- a/Mac/Include/macdefs.h
+++ b/Mac/Include/macdefs.h
@@ -7,10 +7,6 @@
#include <Files.h>
#include <OSUtils.h>
-#ifdef THINK_C
-#include <pascal.h>
-#endif
-
#include <errno.h>
#include <string.h>
#ifdef __MWERKS__