summaryrefslogtreecommitdiff
path: root/src/const_log2.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-09-10 13:45:13 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-09-10 13:45:13 +0000
commit1ab275e616dfb3d5d565c98db2e8f5ec1ce4e217 (patch)
treed3530e17d20abbf107f63fe3488085fa7336ce9b /src/const_log2.c
parent268df0f5f40896539ef9436df17191ff184a489d (diff)
parenta61bbe8601aac72fd18d038cbe768bf664ce7bc2 (diff)
downloadmpfr-1ab275e616dfb3d5d565c98db2e8f5ec1ce4e217.tar.gz
Created win-thread-safe-dll branch from the trunk r9674 to support build
as thread-safe DLL on Windows (some problems need to be solved). See MPFR bug 19537 on: https://gforge.inria.fr/tracker/index.php?func=detail&aid=19537&group_id=136&atid=619 git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/win-thread-safe-dll@9679 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/const_log2.c')
-rw-r--r--src/const_log2.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/const_log2.c b/src/const_log2.c
index 6255396b3..2d94bdb02 100644
--- a/src/const_log2.c
+++ b/src/const_log2.c
@@ -32,16 +32,6 @@ MPFR_DECL_INIT_CACHE(__gmpfr_logging_log2, mpfr_const_log2_internal);
MPFR_THREAD_ATTR mpfr_cache_ptr __gmpfr_cache_const_log2 = __gmpfr_normal_log2;
#endif
-#ifdef MPFR_WIN_THREAD_SAFE_DLL
-# ifndef MPFR_USE_LOGGING
-mpfr_cache_t * __gmpfr_cache_const_log2_f() { return &__gmpfr_cache_const_log2; }
-# else
-mpfr_cache_t * __gmpfr_normal_log2_f() { return &__gmpfr_normal_log2; }
-mpfr_cache_t * __gmpfr_logging_log2_f() { return &__gmpfr_logging_log2; }
-mpfr_cache_ptr * __gmpfr_cache_const_log2_f() { return &__gmpfr_cache_const_log2; }
-# endif
-#endif
-
/* Set User interface */
#undef mpfr_const_log2
int