]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Guido: changed __sinit to __initialize for CFM68K.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 19 Aug 1996 11:17:33 +0000 (11:17 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 19 Aug 1996 11:17:33 +0000 (11:17 +0000)
Mac/Python/macshlglue.c

index 9459140581918061eed7d41a1bc8f06624cdb07d..9753460a16201eea2764ec5dbc2939ee4b66bba2 100644 (file)
@@ -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 ) {