diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-08 18:36:19 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-08 18:36:19 +0300 |
commit | f34e5c8c66202a4bf58a86799d4efd438ffa1284 (patch) | |
tree | 37cab41237e25912cd3de1ff9e78f15f6fb756fd /awk.h | |
parent | eead4c7f6e29955a1a9578904a95c6291e8057b5 (diff) | |
download | egawk-f34e5c8c66202a4bf58a86799d4efd438ffa1284.tar.gz egawk-f34e5c8c66202a4bf58a86799d4efd438ffa1284.tar.bz2 egawk-f34e5c8c66202a4bf58a86799d4efd438ffa1284.zip |
Fix typedregex2 and typedregex3 tesets for MPFR.
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1673,6 +1673,7 @@ extern void cleanup_mpfr(void); extern NODE *mpg_node(unsigned int); extern const char *mpg_fmt(const char *, ...); extern int mpg_strtoui(mpz_ptr, char *, size_t, char **, int); +extern void mpg_zero(NODE *n); #endif /* msg.c */ extern void gawk_exit(int status); |