Commit e71d853f authored by Guido van Rossum's avatar Guido van Rossum

hacks for atoi/strtod in __SC__

parent 57128fd3
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment