From e71d853fc9d933f9923c5ce1e98c6c8afc0ea36a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sun, 19 Feb 1995 15:49:39 +0000 Subject: [PATCH] hacks for atoi/strtod in __SC__ --- Mac/Include/config.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Mac/Include/config.h b/Mac/Include/config.h index d582115367b5..9664cc77ffa3 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -13,6 +13,11 @@ #define HAVE_FOPENRF #endif +#ifdef __SC__ +#define atof Py_AtoF +#define strtod Py_StrToD +#endif + /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ -- 2.47.3