diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-15 20:31:09 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-15 20:31:09 +0300 |
commit | 654019bde25f87c7954641610298299a68d267e4 (patch) | |
tree | 0dfe321da764c6f4763cb0dcc437033e335e9af4 /node.c | |
parent | 20cd6406b8a5c30d17cd78da4fda4ab94755df7e (diff) | |
parent | 7c68a667125ffc144ba76a52e67b019b49ba60ac (diff) | |
download | egawk-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.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |