summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-11-14 10:26:00 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-11-14 10:26:00 (GMT)
commite2b5d046d6e2a84d8fa36ee1918f97258fefb5d2 (patch)
treefff3a1e1a7a0ccc863acc04ee73ca96b75c4fd79 /Mac
parent79559dcf4741990cf93f92c1eab738c8a8383e7a (diff)
downloadcpython-e2b5d046d6e2a84d8fa36ee1918f97258fefb5d2.zip
cpython-e2b5d046d6e2a84d8fa36ee1918f97258fefb5d2.tar.gz
cpython-e2b5d046d6e2a84d8fa36ee1918f97258fefb5d2.tar.bz2
Changed for the 1.3.2 compiler (CW7.5)
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Python/macshlglue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Python/macshlglue.c b/Mac/Python/macshlglue.c
index 0bd0359..aa4cfb7 100644
--- a/Mac/Python/macshlglue.c
+++ b/Mac/Python/macshlglue.c
@@ -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 ) {