summaryrefslogtreecommitdiff
path: root/const_log2.c
diff options
context:
space:
mode:
Diffstat (limited to 'const_log2.c')
-rw-r--r--const_log2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/const_log2.c b/const_log2.c
index 255bc1237..fbeabd44b 100644
--- a/const_log2.c
+++ b/const_log2.c
@@ -27,8 +27,8 @@ MA 02111-1307, USA. */
#include "mpfr-impl.h"
mpfr_t __mpfr_const_log2; /* stored value of log(2) */
-mp_prec_t __mpfr_const_log2_prec=0; /* precision of stored value */
-mp_rnd_t __mpfr_const_log2_rnd; /* rounding mode of stored value */
+mp_prec_t __mpfr_const_log2_prec = 0; /* precision of stored value */
+static mp_rnd_t __mpfr_const_log2_rnd; /* rounding mode of stored value */
static int mpfr_aux_log2 _PROTO ((mpfr_ptr, mpz_srcptr, int, int));
static int mpfr_const_aux_log2 _PROTO ((mpfr_ptr, mp_rnd_t));