summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-11-17 21:52:37 +0100
committerKevin Ryde <user42@zip.com.au>2001-11-17 21:52:37 +0100
commit9a0b230527ab3bcfb2fbd390d917744877012861 (patch)
tree254aeb6965e4783693afe5d27690deeeab2cb2c5 /gmp-impl.h
parentad99b7fdb75e63233fe49f60cd2156a5a63af1e7 (diff)
downloadgmp-9a0b230527ab3bcfb2fbd390d917744877012861.tar.gz
* gmp-impl.h, gmp-h.in (__gmp_default_fp_limb_precision): Move back to
gmp-impl.h now not required for inlined mpf.
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index 263fb9b93..2636bd5cd 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -2136,6 +2136,8 @@ void __gmp_sqrt_of_negative _PROTO ((void)) ATTRIBUTE_NORETURN;
#define __GMPF_PREC_TO_BITS(n) \
((unsigned long) (n) * __GMP_BITS_PER_MP_LIMB - __GMP_BITS_PER_MP_LIMB)
+extern mp_size_t __gmp_default_fp_limb_precision;
+
/* Set n to the number of significant digits an mpf of the given _mp_prec
field, in the given base. This is a rounded up value, designed to ensure