summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-11-02 09:27:53 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-11-02 09:27:53 +0000
commit81a76e2cd07cbd4e07ef6f63df8563a7ffb839c1 (patch)
treedd90f4c23fc6090e19359eff3f49c87f2c8c3cf6 /mpfr-impl.h
parent958dd6249f3937a5458c3ce76e8bc5a7bca5bdc6 (diff)
downloadmpfr-81a76e2cd07cbd4e07ef6f63df8563a7ffb839c1.tar.gz
Reverted the latest change to constant.c: removed MPFR_THREAD_ATTR as
these constants can be shared. Removed MPFR_THREAD_ATTR from mpfr-impl.h too (this should have been the right correction for rev 3838 concerning the type mismatch). Thanks to Patrick for noticing this. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3919 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-impl.h')
-rw-r--r--mpfr-impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpfr-impl.h b/mpfr-impl.h
index d66c5d540..e519d1145 100644
--- a/mpfr-impl.h
+++ b/mpfr-impl.h
@@ -198,9 +198,9 @@ __MPFR_DECLSPEC extern MPFR_THREAD_ATTR mpfr_cache_t __gmpfr_cache_const_log2;
__MPFR_DECLSPEC extern MPFR_THREAD_ATTR mpfr_cache_t __gmpfr_cache_const_euler;
__MPFR_DECLSPEC extern MPFR_THREAD_ATTR mpfr_cache_t __gmpfr_cache_const_catalan;
-__MPFR_DECLSPEC extern MPFR_THREAD_ATTR const mpfr_t __gmpfr_one;
-__MPFR_DECLSPEC extern MPFR_THREAD_ATTR const mpfr_t __gmpfr_two;
-__MPFR_DECLSPEC extern MPFR_THREAD_ATTR const mpfr_t __gmpfr_four;
+__MPFR_DECLSPEC extern const mpfr_t __gmpfr_one;
+__MPFR_DECLSPEC extern const mpfr_t __gmpfr_two;
+__MPFR_DECLSPEC extern const mpfr_t __gmpfr_four;
#if defined (__cplusplus)