0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 00:38:00 +01:00

Added support for MetroWerks CodeWarrior compiler

This commit is contained in:
Jack Jansen 1994-12-14 13:38:13 +00:00
parent edf585579c
commit fea75336aa

View File

@ -1,4 +1,4 @@
/* config.h for Macintosh THINK C 6.0 and MPW 3.2. */
/* config.h for Macintosh THINK C 6.0, CodeWarrior 4 and MPW 3.2. */
#ifdef MPW
/* This must be is MPW 3.x */
@ -93,7 +93,11 @@
/* Define if your compiler botches static forward declarations
(as it does on SCI ODT 3.0) */
#ifdef __MWERKS__
#define BAD_STATIC_FORWARD
#else /* MPW and THINK */
#undef BAD_STATIC_FORWARD
#endif
/* Define to `long' if <time.h> doesn't define. */
#undef clock_t