summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Python/macshlglue.c4
1 files 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 ) {