summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpfr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpfr.h b/mpfr.h
index 3c1d901d8..fe3a53401 100644
--- a/mpfr.h
+++ b/mpfr.h
@@ -702,6 +702,8 @@ __MPFR_DECLSPEC int mpfr_custom_get_kind _MPFR_PROTO ((mpfr_srcptr));
( mpfr_init(x), mpfr_set_ui((x), (i), (rnd)) )
#define mpfr_init_set_d(x, d, rnd) \
( mpfr_init(x), mpfr_set_d((x), (d), (rnd)) )
+#define mpfr_init_set_ld(x, d, rnd) \
+ ( mpfr_init(x), mpfr_set_ld((x), (d), (rnd)) )
#define mpfr_init_set_z(x, i, rnd) \
( mpfr_init(x), mpfr_set_z((x), (i), (rnd)) )
#define mpfr_init_set_q(x, i, rnd) \