diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-04 21:56:05 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-04 21:56:05 (GMT) |
commit | 021da55579bde93b6cc159e6aa7080218c00644c (patch) | |
tree | d7377d65e3d2a7939a22e1d702814e2d057e0db7 /Mac/Include | |
parent | 031ac7112f608bd80f4d92d046a0195f0fafb30a (diff) | |
download | cpython-021da55579bde93b6cc159e6aa7080218c00644c.zip cpython-021da55579bde93b6cc159e6aa7080218c00644c.tar.gz cpython-021da55579bde93b6cc159e6aa7080218c00644c.tar.bz2 |
Removed THINK_C support.
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/config.h | 7 | ||||
-rw-r--r-- | Mac/Include/macbuildno.h | 2 | ||||
-rw-r--r-- | Mac/Include/macdefs.h | 4 |
3 files changed, 2 insertions, 11 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 0c78ee5..5214168 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -31,16 +31,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define USE_STACKCHECK -/* Define if on Macintosh (THINK_C, MPW or __MWERKS__ should also be defined) */ +/* Define if on Macintosh (MPW or __MWERKS__ should also be defined) */ #ifndef macintosh #define macintosh #endif -/* Define if you have the fopenRF function. */ -#ifdef THINK_C -#define HAVE_FOPENRF -#endif - /* Define to case-check imported modules (why is this here?) */ #define CHECK_IMPORT_CASE diff --git a/Mac/Include/macbuildno.h b/Mac/Include/macbuildno.h index e97aa4b..f84c3c6 100644 --- a/Mac/Include/macbuildno.h +++ b/Mac/Include/macbuildno.h @@ -1 +1 @@ -#define BUILD 43 +#define BUILD 54 diff --git a/Mac/Include/macdefs.h b/Mac/Include/macdefs.h index 0a4a6f7..9cc3ae1 100644 --- a/Mac/Include/macdefs.h +++ b/Mac/Include/macdefs.h @@ -7,10 +7,6 @@ #include <Files.h> #include <OSUtils.h> -#ifdef THINK_C -#include <pascal.h> -#endif - #include <errno.h> #include <string.h> #ifdef __MWERKS__ |