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 --- include/gmp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/gmp.h b/include/gmp.h index ff26658d93..b74167097d 100644 --- a/include/gmp.h +++ b/include/gmp.h @@ -1,3 +1,7 @@ +/* Include gmp-mparam.h first, such that definitions of _SHORT_LIMB + and _LONG_LONG_LIMB in it can take effect into gmp.h. */ +#include + #ifndef __GMP_H__ #include -- cgit v1.2.3-70-g09d2