diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-03-07 13:18:57 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-03-07 13:18:57 +0000 |
commit | f7fd80054d9fb1620b6c65db276325f35d86f7ee (patch) | |
tree | cc7052c8a052eb2e0981b9c47f9b3902afd51561 /Build/source/libs/mpfr/mpfr-src/src/const_euler.c | |
parent | ab4c67522df470475142ea5802c2951d0319ccac (diff) |
mpfr 3.1.4
git-svn-id: svn://tug.org/texlive/trunk@39960 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/mpfr/mpfr-src/src/const_euler.c')
-rw-r--r-- | Build/source/libs/mpfr/mpfr-src/src/const_euler.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Build/source/libs/mpfr/mpfr-src/src/const_euler.c b/Build/source/libs/mpfr/mpfr-src/src/const_euler.c index 802561fbed4..e00dda53de6 100644 --- a/Build/source/libs/mpfr/mpfr-src/src/const_euler.c +++ b/Build/source/libs/mpfr/mpfr-src/src/const_euler.c @@ -1,7 +1,7 @@ /* mpfr_const_euler -- Euler's constant -Copyright 2001-2015 Free Software Foundation, Inc. -Contributed by the AriC and Caramel projects, INRIA. +Copyright 2001-2016 Free Software Foundation, Inc. +Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. @@ -26,6 +26,14 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., /* Declare the cache */ MPFR_DECL_INIT_CACHE(__gmpfr_cache_const_euler, mpfr_const_euler_internal); +#ifdef MPFR_WIN_THREAD_SAFE_DLL +mpfr_cache_t * +__gmpfr_cache_const_euler_f() +{ + return &__gmpfr_cache_const_euler; +} +#endif + /* Set User Interface */ #undef mpfr_const_euler int |