hacks for atoi/strtod in __SC__

This commit is contained in:
Guido van Rossum 1995-02-19 15:49:39 +00:00
parent 57128fd367
commit e71d853fc9
1 changed files with 5 additions and 0 deletions

View File

@ -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. */