mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
hacks for atoi/strtod in __SC__
This commit is contained in:
parent
57128fd367
commit
e71d853fc9
1 changed files with 5 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue