aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/awk.h b/awk.h
index 2aa944c9..c3f0d8c8 100644
--- a/awk.h
+++ b/awk.h
@@ -1575,6 +1575,7 @@ extern long getenv_long(const char *name);
/* mpfr.c */
extern void set_PREC(void);
extern void set_ROUNDMODE(void);
+extern void mpfr_unset(NODE *n);
#ifdef HAVE_MPFR
extern int mpg_cmp(const NODE *, const NODE *);
extern int format_ieee(mpfr_ptr, int);