Guido: changed __sinit to __initialize for CFM68K.

This commit is contained in:
Jack Jansen 1996-08-19 11:17:33 +00:00
parent cb7f3fc72c
commit 9ff06cea7f
1 changed files with 2 additions and 2 deletions

View 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 ) {