summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-05-25 19:44:17 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-05-25 19:44:17 +0000
commitb4ef10b47c12ebdbd51271867681a5ea01d72c68 (patch)
treefaba46c5f0bf45c804c430376bc31a64e4da10b2
parent85a4a5a204367155de17432baad47d7d17b7a1b0 (diff)
downloadmpfr-b4ef10b47c12ebdbd51271867681a5ea01d72c68.tar.gz
[src/mpfr-impl.h] Fixed bug introduced in r10327, giving:
error: ISO C does not allow extra ';' outside of a function [-Wpedantic] git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10375 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/mpfr-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index 074d6da6a..8e7ccaa60 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -1136,7 +1136,7 @@ typedef union { mp_size_t s; mp_limb_t l; } mpfr_size_limb_t;
MPFR_CACHE_ATTR mpfr_cache_t _cache = {{ \
{{ 0, MPFR_SIGN_POS, 0, (mp_limb_t *) 0 }}, 0, _func \
MPFR_DEFERRED_INIT_SLAVE_VALUE(_func) \
- }};
+ }}
/******************************************************
*************** Threshold parameters ***************