summaryrefslogtreecommitdiff
path: root/tests/tcot.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcot.c')
-rw-r--r--tests/tcot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tcot.c b/tests/tcot.c
index d31fcb1e9..c2421898d 100644
--- a/tests/tcot.c
+++ b/tests/tcot.c
@@ -82,9 +82,9 @@ check_specials (void)
}
static void
-two2emin (mp_exp_t e)
+two2emin (mpfr_exp_t e)
{
- mp_exp_t old_emin, old_emax;
+ mpfr_exp_t old_emin, old_emax;
mpfr_t x, y;
int i, rnd;