diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-09 19:03:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-09 19:03:26 +0300 |
commit | e0a0c58f6373ff5b9ae4bd3c0e5c68e6596395bf (patch) | |
tree | e95d7869432b10ff5e501e2a1e508bf3f4d2c5dc /awkgram.y | |
parent | c372dc85effd4fa1a5f955ae88a9f0d003c92b5a (diff) | |
parent | 95b08f7b67d80ac2004b0f7ffad7f1a26a193f58 (diff) | |
download | egawk-e0a0c58f6373ff5b9ae4bd3c0e5c68e6596395bf.tar.gz egawk-e0a0c58f6373ff5b9ae4bd3c0e5c68e6596395bf.tar.bz2 egawk-e0a0c58f6373ff5b9ae4bd3c0e5c68e6596395bf.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'awkgram.y')
-rw-r--r-- | awkgram.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6476,7 +6476,7 @@ lookup_builtin(const char *name) return (builtin_func_t) do_sub; #ifdef HAVE_MPFR - if (do_mpfr) + if (do_mpfr && tokentab[mid].ptr2 != NULL) return tokentab[mid].ptr2; #endif |