Kaydet (Commit) 9ff06cea authored tarafından Jack Jansen's avatar Jack Jansen

Guido: changed __sinit to __initialize for CFM68K.

üst cb7f3fc7
......@@ -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 ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment