]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Ported to CW6
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Jun 1995 14:44:17 +0000 (14:44 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Jun 1995 14:44:17 +0000 (14:44 +0000)
Mac/Python/macshlglue.c

index 3c857f18f70f9b84e9a157a3937fdf1a863d1c9f..df9f7f79c691c8f9c456046a5fda4af3d0548ac9 100644 (file)
@@ -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             */