Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2b5d04

Browse files
committed
Changed for the 1.3.2 compiler (CW7.5)
1 parent 79559dc commit e2b5d04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mac/Python/macshlglue.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <setjmp.h>
1717
#include <stdio.h>
1818

19-
void *__local_destructor_chain; /* chain of local objects that need destruction */
19+
/* void *__local_destructor_chain; /* chain of local objects that need destruction */
2020

2121
/* public data */
2222

@@ -38,7 +38,7 @@ static FSSpec library_fss;
3838
** loaded. We always return noErr (we just continue without the resources).
3939
*/
4040
OSErr pascal
41-
__sinit(InitBlockPtr data)
41+
PythonCore_init(InitBlockPtr data)
4242
{
4343
if ( data == nil ) return noErr;
4444
if ( data->fragLocator.where == kOnDiskFlat ) {

0 commit comments

Comments
 (0)