summaryrefslogtreecommitdiff
path: root/round.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-05 09:58:14 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-05 09:58:14 +0000
commite90e2c3ca735b174c98364d04c8b0f9c6bee8631 (patch)
treea4b014c4171647bfec892914351c3588e199c8ed /round.c
parent6727adf3d8d127aa871f69055bdb076652788586 (diff)
downloadmpfr-e90e2c3ca735b174c98364d04c8b0f9c6bee8631.tar.gz
mpfr_round_raw_generic prototype fixed.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1464 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'round.c')
-rw-r--r--round.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/round.c b/round.c
index b1ae61470..186c4f5c6 100644
--- a/round.c
+++ b/round.c
@@ -48,7 +48,7 @@ mpfr_round_raw_generic
(mp_limb_t *yp, mp_limb_t *xp, mp_prec_t xprec, int neg,
mp_prec_t yprec, mp_rnd_t rnd_mode, int *inexp, int flag)
#else
-mpfr_round_raw_generic (yp, xp, xprec, neg, yprec, rnd_mode, inexp)
+mpfr_round_raw_generic (yp, xp, xprec, neg, yprec, rnd_mode, inexp, flag)
mp_limb_t *yp;
mp_limb_t *xp;
mp_prec_t xprec;
@@ -56,6 +56,7 @@ mpfr_round_raw_generic (yp, xp, xprec, neg, yprec, rnd_mode, inexp)
mp_prec_t yprec;
mp_rnd_t rnd_mode;
int *inexp;
+ int flag;
#endif
{
mp_size_t xsize, nw;