aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.c')
-rw-r--r--awkgram.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/awkgram.c b/awkgram.c
index 58ac3480..cd37cd7d 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -4512,7 +4512,9 @@ getfname(NODE *(*fptr)(int))
void
negate_num(NODE *n)
{
+#ifdef HAVE_MPFR
int tval = 0;
+#endif
if (! is_mpg_number(n)) {
n->numbr = -n->numbr;