commit | 0347a9a49193f292b1aff0bbda2b33d96c459a39 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 27 07:06:52 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 27 07:06:52 2006 +0000 |
tree | 307279a6d4016e1e5a8571a3d8fd774924be44f6 | |
parent | 443ccc73f37ecdff058972cfff32f68ff3f50b3b [diff] |
Get DBL_MAX from float.h not values.h. Will backport.
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