summaryrefslogtreecommitdiff
path: root/round_p.c
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-06-08 09:53:48 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-06-08 09:53:48 +0000
commit621d7ffd3682b99ba21ba2f796c7cc9680b4b774 (patch)
tree111de3ed4033d552b4e2f09ed23edcf45bf861f8 /round_p.c
parent5ab31a6cfff0c816f35a8146e0aedcd1e80a78f5 (diff)
downloadmpfr-621d7ffd3682b99ba21ba2f796c7cc9680b4b774.tar.gz
Clean up use of stdio.h:
it is now included by mpfr-impl iff DEBUG is defined or WANT_ASSERT is defined. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3631 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'round_p.c')
-rw-r--r--round_p.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/round_p.c b/round_p.c
index c7683fbd4..446a07b86 100644
--- a/round_p.c
+++ b/round_p.c
@@ -21,11 +21,10 @@ MA 02110-1301, USA. */
#include "mpfr-impl.h"
+/* Check against mpfr_can_round ? */
#ifdef WANT_ASSERT
# if WANT_ASSERT >= 2
-# include <stdio.h>
-int
-mpfr_round_p_2 (mp_limb_t *bp, mp_size_t bn, mp_exp_t err0, mp_prec_t prec);
+int mpfr_round_p_2 (mp_limb_t *, mp_size_t, mp_exp_t, mp_prec_t);
int
mpfr_round_p (mp_limb_t *bp, mp_size_t bn, mp_exp_t err0, mp_prec_t prec)
{