mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being)
This commit is contained in:
parent
b697173b5f
commit
56ed26ed11
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
#include <Resources.h>
|
#include <Resources.h>
|
||||||
|
|
||||||
#ifdef __MWERKS__
|
#ifdef __MWERKS__
|
||||||
|
#ifdef PRE_CW8
|
||||||
/*
|
/*
|
||||||
** This part is copied from MW Startup.c, which is
|
** This part is copied from MW Startup.c, which is
|
||||||
** Copyright © 1993 metrowerks inc. All Rights Reserved.
|
** Copyright © 1993 metrowerks inc. All Rights Reserved.
|
||||||
|
@ -26,6 +27,7 @@ void (*__atexit_hook)(void); /* atexit() sets this up if it is ever called */
|
||||||
void (*___atexit_hook)(void); /* _atexit() sets this up if it is ever called */
|
void (*___atexit_hook)(void); /* _atexit() sets this up if it is ever called */
|
||||||
int __aborting; /* abort() sets this and longjmps to __program_exit */
|
int __aborting; /* abort() sets this and longjmps to __program_exit */
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Variables passed from shared lib initialization to PyMac_AddLibResources.
|
** Variables passed from shared lib initialization to PyMac_AddLibResources.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue