summaryrefslogtreecommitdiff
path: root/eq.c
diff options
context:
space:
mode:
Diffstat (limited to 'eq.c')
-rw-r--r--eq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eq.c b/eq.c
index cd2b864e9..4b5c4a2a2 100644
--- a/eq.c
+++ b/eq.c
@@ -84,8 +84,8 @@ mpfr_eq (u, v, n_bits)
usize = ABS (usize);
vsize = ABS (vsize);
- up = u->_mp_d;
- vp = v->_mp_d;
+ up = MPFR_MANT(u);
+ vp = MPFR_MANT(v);
if (usize > vsize)
{