Kaydet (Commit) 54ac1891 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add __sinit() call according to Jack.

üst 36269993
......@@ -1361,6 +1361,7 @@ static FSSpec library_fss;
OSErr pascal
init_tkinter_shlib(InitBlockPtr data)
{
__sinit(); /* Sez Jack */
if ( data == nil ) return noErr;
if ( data->fragLocator.where == kOnDiskFlat ) {
library_fss = *data->fragLocator.u.onDisk.fileSpec;
......
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