From: Jack Jansen Date: Wed, 14 Jun 1995 14:44:17 +0000 (+0000) Subject: Ported to CW6 X-Git-Tag: v1.3b1~294 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a58638eae03d4ad00b174386f5928874105149b;p=thirdparty%2FPython%2Fcpython.git Ported to CW6 --- diff --git a/Mac/Python/macshlglue.c b/Mac/Python/macshlglue.c index 3c857f18f70f..df9f7f79c691 100644 --- a/Mac/Python/macshlglue.c +++ b/Mac/Python/macshlglue.c @@ -2,9 +2,6 @@ ** Mac shared lib glue. */ -#ifdef __powerc -#include -#endif #include #include #include @@ -19,7 +16,7 @@ #include #include -DestructorChain *__local_destructor_chain; /* chain of local objects that need destruction */ +void *__local_destructor_chain; /* chain of local objects that need destruction */ /* public data */