summaryrefslogtreecommitdiffstats
path: root/Mac/Python
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-06-14 14:44:17 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-06-14 14:44:17 (GMT)
commit2a58638eae03d4ad00b174386f5928874105149b (patch)
tree9fe5164ca8b0e28299c4ee96ce42c48d9327e89b /Mac/Python
parenta7ee15c8ce29e3dd04ec94707be41e74f70b5226 (diff)
downloadcpython-2a58638eae03d4ad00b174386f5928874105149b.zip
cpython-2a58638eae03d4ad00b174386f5928874105149b.tar.gz
cpython-2a58638eae03d4ad00b174386f5928874105149b.tar.bz2
Ported to CW6
Diffstat (limited to 'Mac/Python')
-rw-r--r--Mac/Python/macshlglue.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/Mac/Python/macshlglue.c b/Mac/Python/macshlglue.c
index 3c857f1..df9f7f7 100644
--- a/Mac/Python/macshlglue.c
+++ b/Mac/Python/macshlglue.c
@@ -2,9 +2,6 @@
** Mac shared lib glue.
*/
-#ifdef __powerc
-#include <CPlusLibPPC.h>
-#endif
#include <Quickdraw.h>
#include <SegLoad.h>
#include <FragLoad.h>
@@ -19,7 +16,7 @@
#include <setjmp.h>
#include <stdio.h>
-DestructorChain *__local_destructor_chain; /* chain of local objects that need destruction */
+void *__local_destructor_chain; /* chain of local objects that need destruction */
/* public data */