summaryrefslogtreecommitdiff
path: root/src/round_p.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/round_p.c')
-rw-r--r--src/round_p.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/round_p.c b/src/round_p.c
index 00899caa0..26471293a 100644
--- a/src/round_p.c
+++ b/src/round_p.c
@@ -23,8 +23,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include "mpfr-impl.h"
/* Check against mpfr_can_round? */
-#ifdef MPFR_WANT_ASSERT
-# if MPFR_WANT_ASSERT >= 2
+#if MPFR_WANT_ASSERT >= 2
int mpfr_round_p_2 (mp_limb_t *, mp_size_t, mpfr_exp_t, mpfr_prec_t);
int
mpfr_round_p (mp_limb_t *bp, mp_size_t bn, mpfr_exp_t err0, mpfr_prec_t prec)
@@ -45,8 +44,7 @@ mpfr_round_p (mp_limb_t *bp, mp_size_t bn, mpfr_exp_t err0, mpfr_prec_t prec)
return i1;
}
# define mpfr_round_p mpfr_round_p_2
-# endif
-#endif
+#endif /* MPFR_WANT_ASSERT >= 2 */
/*
* Assuming {bp, bn} is an approximation of a non-singular number