mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Guido: changed __sinit to __initialize for CFM68K.
This commit is contained in:
parent
cb7f3fc72c
commit
9ff06cea7f
1 changed files with 2 additions and 2 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue