diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-12-10 15:43:28 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-12-10 15:43:28 +0000 |
commit | 85686f88876c1efae72876d1160b176149d272ad (patch) | |
tree | c40a02723c75facc2a3925bd0c686e82d988ea60 /mpfr-impl.h | |
parent | a971f5862de5c527023b57e500f971bace6ff02a (diff) | |
download | mpfr-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.h | 2 |
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 |