mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.
This commit is contained in:
parent
74a1e63a89
commit
a44923fbfe
9 changed files with 0 additions and 83 deletions
|
@ -22,10 +22,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
******************************************************************/
|
||||
|
||||
#ifndef SystemSevenOrLater
|
||||
#define SystemSevenOrLater 1
|
||||
#endif
|
||||
|
||||
#include <Types.h>
|
||||
#include <Files.h>
|
||||
#include <Events.h>
|
||||
|
@ -45,10 +41,6 @@ typedef struct {
|
|||
} PyMacSchedParams;
|
||||
|
||||
|
||||
#ifdef GENERATINGCFM /* Defined to 0 or 1 in Universal headers */
|
||||
#define HAVE_UNIVERSAL_HEADERS
|
||||
#endif
|
||||
|
||||
#ifdef USE_GUSI1
|
||||
void PyMac_FixGUSIcd(void); /* Workaround for GUSI chdir() call */
|
||||
extern void PyMac_SetGUSISpin(void); /* Install our private GUSI spin routine */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue