summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2009-12-10 15:43:28 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2009-12-10 15:43:28 +0000
commit85686f88876c1efae72876d1160b176149d272ad (patch)
treec40a02723c75facc2a3925bd0c686e82d988ea60 /mpfr-impl.h
parenta971f5862de5c527023b57e500f971bace6ff02a (diff)
downloadmpfr-85686f88876c1efae72876d1160b176149d272ad.tar.gz
[scale2.c] now mpfr_scale2 is included in mpfr-impl.h, instead of #including
"scale2.c" twice (thus it was compiled twice) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6631 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-impl.h')
-rw-r--r--mpfr-impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpfr-impl.h b/mpfr-impl.h
index 2b93724c7..50b59516a 100644
--- a/mpfr-impl.h
+++ b/mpfr-impl.h
@@ -1689,6 +1689,8 @@ __MPFR_DECLSPEC mpz_t* mpfr_bernoulli_internal _MPFR_PROTO((mpz_t*,
__MPFR_DECLSPEC int mpfr_sincos_fast _MPFR_PROTO((mpfr_t, mpfr_t,
mpfr_srcptr, mpfr_rnd_t));
+__MPFR_DECLSPEC double mpfr_scale2 _MPFR_PROTO((double, int));
+
#if defined (__cplusplus)
}
#endif