mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Changes by Mark Hammond for Windows CE. Mostly of the form
#ifdef DONT_HAVE_header_H ... #endif around #include <header.h>.
This commit is contained in:
parent
99fb7c70f4
commit
2571cc8bf5
5 changed files with 18 additions and 0 deletions
|
@ -54,7 +54,9 @@ static double HUGE = 1.7976931348623157e308;
|
|||
|
||||
extern double atof(); /* Only called when result known to be ok */
|
||||
|
||||
#ifndef DONT_HAVE_ERRNO_H
|
||||
#include <errno.h>
|
||||
#endif
|
||||
extern int errno;
|
||||
|
||||
double strtod(str, ptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue