From 85686f88876c1efae72876d1160b176149d272ad Mon Sep 17 00:00:00 2001 From: zimmerma Date: Thu, 10 Dec 2009 15:43:28 +0000 Subject: [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 --- mpfr-impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mpfr-impl.h') 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 -- cgit v1.2.1