summaryrefslogtreecommitdiff
path: root/get_z_exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'get_z_exp.c')
-rw-r--r--get_z_exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_z_exp.c b/get_z_exp.c
index 8d4f31dd7..7d1cbd250 100644
--- a/get_z_exp.c
+++ b/get_z_exp.c
@@ -35,7 +35,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
* Note that this is different from the C function frexp().
*/
-mp_exp_t
+mpfr_exp_t
mpfr_get_z_2exp (mpz_ptr z, mpfr_srcptr f)
{
mp_size_t fn;