mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Changes for THINK C 4.0.
This commit is contained in:
parent
73531a3bae
commit
b156d7259b
2 changed files with 14 additions and 3 deletions
|
@ -2,13 +2,24 @@
|
|||
This is a precompiled header for THINK C. */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef THINK_C
|
||||
/* #define THINK_C_3_0 /*** TURN THIS ON FOR THINK C 3.0 ****/
|
||||
#define label label_
|
||||
#include <proto.h>
|
||||
#undef label
|
||||
#endif
|
||||
|
||||
#ifdef THINK_C_3_0
|
||||
#include <proto.h>
|
||||
#endif
|
||||
|
||||
#ifdef THINK_C
|
||||
#ifndef THINK_C_3_0
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "PROTO.h"
|
||||
#include "malloc.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue