mirror of
https://github.com/python/cpython.git
synced 2025-11-09 06:01:05 +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
|
OSErr pascal
|
||||||
PythonCore_init(InitBlockPtr data)
|
PythonCore_init(InitBlockPtr data)
|
||||||
{
|
{
|
||||||
/* Initialize C++ static data (if needed) */
|
/* Call the MW runtime's initialization routine */
|
||||||
__sinit();
|
__initialize();
|
||||||
|
|
||||||
if ( data == nil ) return noErr;
|
if ( data == nil ) return noErr;
|
||||||
if ( data->fragLocator.where == kOnDiskFlat ) {
|
if ( data->fragLocator.where == kOnDiskFlat ) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue