summaryrefslogtreecommitdiff
path: root/tests/tgamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tgamma.c')
-rw-r--r--tests/tgamma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tgamma.c b/tests/tgamma.c
index 8c07bc778..c724d0e71 100644
--- a/tests/tgamma.c
+++ b/tests/tgamma.c
@@ -197,7 +197,7 @@ static void
special_overflow (void)
{
mpfr_t x, y;
- mp_exp_t emin, emax;
+ mpfr_exp_t emin, emax;
int inex;
emin = mpfr_get_emin ();
@@ -441,7 +441,7 @@ test20071231 (void)
{
mpfr_t x;
int inex;
- mp_exp_t emin;
+ mpfr_exp_t emin;
emin = mpfr_get_emin ();
mpfr_set_emin (-1000000);