From: Jack Jansen Date: Mon, 7 Aug 1995 14:03:14 +0000 (+0000) Subject: Mwerks now also has fopenrf X-Git-Tag: v1.3b1~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8bddd8ae3733b8f2eea955e715920444bed48b3;p=thirdparty%2FPython%2Fcpython.git Mwerks now also has fopenrf --- diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 93def6cbf120..c00e4e68cc0b 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -12,6 +12,9 @@ #ifdef THINK_C #define HAVE_FOPENRF #endif +#ifdef __MWERKS__ +#define HAVE_FOPENRF +#endif #ifdef SYMANTEC__CFM68K__ #define atof Py_AtoF