From 3be9dc8e1471fcf5f461d31e8492d14046ab26c3 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 14 Mar 2003 05:48:18 +0000 Subject: * include/gmp.h: Include/gmp-mparam.h. * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and gmp-impl.h. * include/gmp.h: Include/gmp-mparam.h. * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and gmp-impl.h. 2003-03-14 Alexandre Oliva --- stdlib/strtod.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stdlib/strtod.c') diff --git a/stdlib/strtod.c b/stdlib/strtod.c index ef74b3d9f5..820307a0ec 100644 --- a/stdlib/strtod.c +++ b/stdlib/strtod.c @@ -64,9 +64,11 @@ /* The gmp headers need some configuration frobs. */ #define HAVE_ALLOCA 1 +/* Include gmp-mparam.h first, such that definitions of _SHORT_LIMB + and _LONG_LONG_LIMB in it can take effect into gmp.h. */ +#include #include #include -#include #include #include "fpioconst.h" -- cgit 1.4.1