From: Guido van Rossum Date: Sun, 19 Feb 1995 15:49:39 +0000 (+0000) Subject: hacks for atoi/strtod in __SC__ X-Git-Tag: v1.2b4~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e71d853fc9d933f9923c5ce1e98c6c8afc0ea36a;p=thirdparty%2FPython%2Fcpython.git hacks for atoi/strtod in __SC__ --- 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. */