summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.c b/log.c
index 3908fb831..593a90859 100644
--- a/log.c
+++ b/log.c
@@ -34,7 +34,7 @@ mpfr_log()
int p, m, q, bool, err, size;
mpfr_t cst, rapport, agm, tmp1, tmp2, s, mm;
mp_limb_t *cstp, *rapportp, *agmp, *tmp1p, *tmp2p, *sp, *mmp;
- double x, ref;
+ double ref;
TMP_DECL(marker);