]> granicus.if.org Git - python/commitdiff
Add __sinit() call according to Jack.
authorGuido van Rossum <guido@python.org>
Thu, 16 May 1996 17:14:03 +0000 (17:14 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 16 May 1996 17:14:03 +0000 (17:14 +0000)
Modules/_tkinter.c

index d5bc9ac42445b88714458d53c987cefd42c2d4b9..6a05f1a6185a542478e94d628ee3f52190070699 100644 (file)
@@ -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;