gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4684-gb7975


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4684-gb79756a0
Date: Sat, 26 Mar 2022 15:17:50 -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, feature/mdim-restart has been updated
       via  b79756a0f070815264378f5614ef83d5c807f918 (commit)
      from  32cf648f9ee4f30e95e3a4503ed56f9b2ca9c8ab (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=b79756a0f070815264378f5614ef83d5c807f918

commit b79756a0f070815264378f5614ef83d5c807f918
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sat Mar 26 22:17:36 2022 +0300

    Remove wrong comment.

diff --git a/array.c b/array.c
index 47999f55..38000471 100644
--- a/array.c
+++ b/array.c
@@ -1443,7 +1443,7 @@ new_array_element(void)
        memset(n, 0, sizeof(NODE));
 
        n->type = Node_elem_new;
-       n->valref = 1;          // may not be needed
+       n->valref = 1;
 
        return n;
 }

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

Summary of changes:
 array.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]