aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-15 20:31:09 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-15 20:31:09 +0300
commit654019bde25f87c7954641610298299a68d267e4 (patch)
tree0dfe321da764c6f4763cb0dcc437033e335e9af4 /node.c
parent20cd6406b8a5c30d17cd78da4fda4ab94755df7e (diff)
parent7c68a667125ffc144ba76a52e67b019b49ba60ac (diff)
downloadegawk-654019bde25f87c7954641610298299a68d267e4.tar.gz
egawk-654019bde25f87c7954641610298299a68d267e4.tar.bz2
egawk-654019bde25f87c7954641610298299a68d267e4.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'node.c')
-rw-r--r--node.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/node.c b/node.c
index ecb9ad0e..24b7ac5b 100644
--- a/node.c
+++ b/node.c
@@ -1024,10 +1024,6 @@ void init_btowc_cache()
struct block_header nextfree[BLOCK_MAX] = {
{ NULL, sizeof(NODE), "node" },
{ NULL, sizeof(BUCKET), "bucket" },
-#ifdef HAVE_MPFR
- { NULL, sizeof(mpfr_t), "mpfr" },
- { NULL, sizeof(mpz_t), "mpz" },
-#endif
};
#ifdef MEMDEBUG