]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
hacks for atoi/strtod in __SC__
authorGuido van Rossum <guido@python.org>
Sun, 19 Feb 1995 15:49:39 +0000 (15:49 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 19 Feb 1995 15:49:39 +0000 (15:49 +0000)
Mac/Include/config.h

index d582115367b5870a26962d2d49b1d4dcfcf335dd..9664cc77ffa36d6e6677064d9455bde3aa1bfac1 100644 (file)
 #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.  */