From: Jack Jansen Date: Tue, 14 Nov 1995 10:26:00 +0000 (+0000) Subject: Changed for the 1.3.2 compiler (CW7.5) X-Git-Tag: v1.4b1~487 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2b5d046d6e2a84d8fa36ee1918f97258fefb5d2;p=thirdparty%2FPython%2Fcpython.git Changed for the 1.3.2 compiler (CW7.5) --- diff --git a/Mac/Python/macshlglue.c b/Mac/Python/macshlglue.c index 0bd035991a6c..aa4cfb78a6a0 100644 --- a/Mac/Python/macshlglue.c +++ b/Mac/Python/macshlglue.c @@ -16,7 +16,7 @@ #include #include -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 ) {