commit | 64cd9efd80679a4ccd6a50c4e916913222816239 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 27 07:06:59 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 27 07:06:59 2006 +0000 |
tree | ea6cc1eeb9627d50656fc9f26652672ab51dbfe4 | |
parent | 2ec1df27855435f42a2181aef9d25b73e72a9e2b [diff] [blame] |
Get DBL_MAX from float.h not values.h.
diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c index c5068ef..edfe8ad 100644 --- a/Modules/_testcapimodule.c +++ b/Modules/_testcapimodule.c
@@ -6,9 +6,7 @@ */ #include "Python.h" -#ifdef HAVE_VALUES_H -#include <values.h> -#endif +#include <float.h> #include "structmember.h" #ifdef WITH_THREAD