summaryrefslogtreecommitdiff
path: root/div-short.c
diff options
context:
space:
mode:
Diffstat (limited to 'div-short.c')
-rw-r--r--div-short.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/div-short.c b/div-short.c
index 2a4c0abcc..46391386a 100644
--- a/div-short.c
+++ b/div-short.c
@@ -167,7 +167,7 @@ check (int argc, const char *argv[])
mp_limb_t max_error;
count_leading_zeros (max_error, n);
- max_error = 2*(BITS_PER_MP_LIMB-max_error);
+ max_error = 2*(GMP_LIMB_BITS-max_error);
printf ("For N=%lu estimated max_error=%lu ulps\n",
(unsigned long) n, (unsigned long) max_error);
n0p = malloc (2 * n * sizeof (mp_limb_t));