summaryrefslogtreecommitdiff
path: root/pow.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-03-03 05:14:18 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-03-03 05:14:18 +0000
commitd894f20b9989be47858f217d0832b387c5c637c0 (patch)
tree60f5155ff2dd65fc3035d1d482db6782e9ee4e18 /pow.c
parent27af749912c743bc9c81acaf81d2661397b69e3f (diff)
downloadmpfr-d894f20b9989be47858f217d0832b387c5c637c0.tar.gz
Prototype fixed.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2253 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'pow.c')
-rw-r--r--pow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pow.c b/pow.c
index 11f7e7981..b69497b75 100644
--- a/pow.c
+++ b/pow.c
@@ -31,7 +31,7 @@ static int mpfr_pow_is_exact _PROTO((mpfr_srcptr, mpfr_srcptr));
Assumes x and y are ordinary numbers (neither NaN nor Inf),
and y is not zero.
*/
-int
+static int
mpfr_pow_is_exact (mpfr_srcptr x, mpfr_srcptr y)
{
mp_exp_t d;