diff options
Diffstat (limited to 'Mac/Include/config.h')
-rw-r--r-- | Mac/Include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 9664cc7..b78d63b 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -13,7 +13,7 @@ #define HAVE_FOPENRF #endif -#ifdef __SC__ +#ifdef __CFM68K__ #define atof Py_AtoF #define strtod Py_StrToD #endif |