mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Changed for the 1.3.2 compiler (CW7.5)
This commit is contained in:
parent
79559dcf47
commit
e2b5d046d6
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
#include <setjmp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
void *__local_destructor_chain; /* chain of local objects that need destruction */
|
||||
/* void *__local_destructor_chain; /* chain of local objects that need destruction */
|
||||
|
||||
/* public data */
|
||||
|
||||
|
@ -38,7 +38,7 @@ static FSSpec library_fss;
|
|||
** loaded. We always return noErr (we just continue without the resources).
|
||||
*/
|
||||
OSErr pascal
|
||||
__sinit(InitBlockPtr data)
|
||||
PythonCore_init(InitBlockPtr data)
|
||||
{
|
||||
if ( data == nil ) return noErr;
|
||||
if ( data->fragLocator.where == kOnDiskFlat ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue