From 9ff06cea7f120df18bbee2f7a19289fae5fca069 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 19 Aug 1996 11:17:33 +0000 Subject: Guido: changed __sinit to __initialize for CFM68K. --- Mac/Python/macshlglue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/Python/macshlglue.c b/Mac/Python/macshlglue.c index 9459140..9753460 100644 --- a/Mac/Python/macshlglue.c +++ b/Mac/Python/macshlglue.c @@ -42,8 +42,8 @@ static FSSpec library_fss; OSErr pascal PythonCore_init(InitBlockPtr data) { - /* Initialize C++ static data (if needed) */ - __sinit(); + /* Call the MW runtime's initialization routine */ + __initialize(); if ( data == nil ) return noErr; if ( data->fragLocator.where == kOnDiskFlat ) { -- cgit v0.12