mirror of https://github.com/python/cpython
No need to define THINK_C any more
This commit is contained in:
parent
d4d7728440
commit
a715274421
|
@ -28,7 +28,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
******************************************************************/
|
******************************************************************/
|
||||||
|
|
||||||
/* "allobjects.c" -- Source for precompiled header "allobjects.h" */
|
/* Include nearly all Python header files */
|
||||||
|
|
||||||
/* Some systems (well, NT anyway!) require special declarations for
|
/* Some systems (well, NT anyway!) require special declarations for
|
||||||
data items imported from dynamic modules. Note that this defn is
|
data items imported from dynamic modules. Note that this defn is
|
||||||
|
@ -47,10 +47,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef THINK_C
|
|
||||||
#define macintosh
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue