]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Changed for the 1.3.2 compiler (CW7.5)
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 14 Nov 1995 10:26:00 +0000 (10:26 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 14 Nov 1995 10:26:00 +0000 (10:26 +0000)
Mac/Python/macshlglue.c

index 0bd035991a6cc43b7c6a0fd236a41c271d256abd..aa4cfb78a6a00eadb4496388bf90b693dbcddda0 100644 (file)
@@ -16,7 +16,7 @@
 #include <setjmp.h>
 #include <stdio.h>
 
-void   *__local_destructor_chain;      /*      chain of local objects that need destruction    */
+/* void        *__local_destructor_chain;      /*      chain of local objects that need destruction    */
 
        /*      public data             */
 
@@ -38,7 +38,7 @@ static FSSpec library_fss;
 ** loaded. We always return noErr (we just continue without the resources).
 */
 OSErr pascal
-__sinit(InitBlockPtr data)
+PythonCore_init(InitBlockPtr data)
 {
        if ( data == nil ) return noErr;
        if ( data->fragLocator.where == kOnDiskFlat ) {