mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Ported to CW6
This commit is contained in:
parent
a7ee15c8ce
commit
2a58638eae
1 changed files with 1 additions and 4 deletions
|
@ -2,9 +2,6 @@
|
|||
** Mac shared lib glue.
|
||||
*/
|
||||
|
||||
#ifdef __powerc
|
||||
#include <CPlusLibPPC.h>
|
||||
#endif
|
||||
#include <Quickdraw.h>
|
||||
#include <SegLoad.h>
|
||||
#include <FragLoad.h>
|
||||
|
@ -19,7 +16,7 @@
|
|||
#include <setjmp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
DestructorChain *__local_destructor_chain; /* chain of local objects that need destruction */
|
||||
void *__local_destructor_chain; /* chain of local objects that need destruction */
|
||||
|
||||
/* public data */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue