summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-08-07 14:03:14 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-08-07 14:03:14 (GMT)
commitf8bddd8ae3733b8f2eea955e715920444bed48b3 (patch)
tree5eddf4808d2114aa6961660c7e0596f89f92e823 /Mac/Include
parent426fa79a7d653599436cc5d144f34e33b80d9d28 (diff)
downloadcpython-f8bddd8ae3733b8f2eea955e715920444bed48b3.zip
cpython-f8bddd8ae3733b8f2eea955e715920444bed48b3.tar.gz
cpython-f8bddd8ae3733b8f2eea955e715920444bed48b3.tar.bz2
Mwerks now also has fopenrf
Diffstat (limited to 'Mac/Include')
-rw-r--r--Mac/Include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h
index 93def6c..c00e4e6 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