summaryrefslogtreecommitdiff
path: root/Mac/Python
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-08-19 11:17:33 +0000
committerJack Jansen <jack.jansen@cwi.nl>1996-08-19 11:17:33 +0000
commit9ff06cea7f120df18bbee2f7a19289fae5fca069 (patch)
tree55df872bda9ff833de4b9fe342171e581f527814 /Mac/Python
parentcb7f3fc72c9e40bd9cb6771abb5505d96b2020a2 (diff)
downloadcpython-git-9ff06cea7f120df18bbee2f7a19289fae5fca069.tar.gz
Guido: changed __sinit to __initialize for CFM68K.
Diffstat (limited to 'Mac/Python')
-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 9459140581..9753460a16 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 ) {