From: Jack Jansen Date: Mon, 19 Aug 1996 11:17:33 +0000 (+0000) Subject: Guido: changed __sinit to __initialize for CFM68K. X-Git-Tag: v1.4b3~141 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ff06cea7f120df18bbee2f7a19289fae5fca069;p=thirdparty%2FPython%2Fcpython.git Guido: changed __sinit to __initialize for CFM68K. --- diff --git a/Mac/Python/macshlglue.c b/Mac/Python/macshlglue.c index 945914058191..9753460a1620 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 ) {