gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4022-g244853b


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4022-g244853b
Date: Thu, 9 Jul 2020 15:24:57 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-5.1-stable has been updated
       via  244853b8443ecba49e84f2f527ceb386b8628e9a (commit)
      from  95b08f7b67d80ac2004b0f7ffad7f1a26a193f58 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=244853b8443ecba49e84f2f527ceb386b8628e9a

commit 244853b8443ecba49e84f2f527ceb386b8628e9a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Jul 9 22:24:44 2020 +0300

    Rebuild awkgram.c. Oops.

diff --git a/awkgram.c b/awkgram.c
index 469184e..39c8ff2 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -8990,7 +8990,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
 

-----------------------------------------------------------------------

Summary of changes:
 awkgram.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]