summaryrefslogtreecommitdiff
path: root/set_uj.c
diff options
context:
space:
mode:
Diffstat (limited to 'set_uj.c')
-rw-r--r--set_uj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/set_uj.c b/set_uj.c
index 238b41a45..66e44e781 100644
--- a/set_uj.c
+++ b/set_uj.c
@@ -45,13 +45,13 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#ifdef _MPFR_H_HAVE_INTMAX_T
int
-mpfr_set_uj (mpfr_t x, uintmax_t j, mp_rnd_t rnd)
+mpfr_set_uj (mpfr_t x, uintmax_t j, mpfr_rnd_t rnd)
{
return mpfr_set_uj_2exp (x, j, 0, rnd);
}
int
-mpfr_set_uj_2exp (mpfr_t x, uintmax_t j, intmax_t e, mp_rnd_t rnd)
+mpfr_set_uj_2exp (mpfr_t x, uintmax_t j, intmax_t e, mpfr_rnd_t rnd)
{
unsigned int cnt, i;
mp_size_t k, len;