diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 05:48:18 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 05:48:18 +0000 |
commit | 3be9dc8e1471fcf5f461d31e8492d14046ab26c3 (patch) | |
tree | 8c38a44532b13683aa9ec030649f30bab6c90dd8 /include/gmp.h | |
parent | a77dcecfd4d0083b25b3fdcd4f033143ab6d4397 (diff) | |
download | glibc-3be9dc8e1471fcf5f461d31e8492d14046ab26c3.tar glibc-3be9dc8e1471fcf5f461d31e8492d14046ab26c3.tar.gz glibc-3be9dc8e1471fcf5f461d31e8492d14046ab26c3.tar.bz2 glibc-3be9dc8e1471fcf5f461d31e8492d14046ab26c3.zip |
* 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 <aoliva@redhat.com>
Diffstat (limited to 'include/gmp.h')
-rw-r--r-- | include/gmp.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <gmp-mparam.h> + #ifndef __GMP_H__ #include <stdlib/gmp.h> |