diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-14 21:37:47 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-14 21:37:47 +0200 |
commit | c9e416d0703fc11828a1d175002805b326029735 (patch) | |
tree | 446338ff944ffd2ba76860c3cd9c70af9b241721 /awk.h | |
parent | ad772284fd932cc884431e71487917ba42aa2b30 (diff) | |
download | egawk-c9e416d0703fc11828a1d175002805b326029735.tar.gz egawk-c9e416d0703fc11828a1d175002805b326029735.tar.bz2 egawk-c9e416d0703fc11828a1d175002805b326029735.zip |
Minor cleanup in calls to mpfr routines.
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |