Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79559dc commit e2b5d04Copy full SHA for e2b5d04
1 file changed
Mac/Python/macshlglue.c
@@ -16,7 +16,7 @@
16
#include <setjmp.h>
17
#include <stdio.h>
18
19
-void *__local_destructor_chain; /* chain of local objects that need destruction */
+/* void *__local_destructor_chain; /* chain of local objects that need destruction */
20
21
/* public data */
22
@@ -38,7 +38,7 @@ static FSSpec library_fss;
38
** loaded. We always return noErr (we just continue without the resources).
39
*/
40
OSErr pascal
41
-__sinit(InitBlockPtr data)
+PythonCore_init(InitBlockPtr data)
42
{
43
if ( data == nil ) return noErr;
44
if ( data->fragLocator.where == kOnDiskFlat ) {
0 commit comments