[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4284-g6901be4
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4284-g6901be4 |
Date: |
Fri, 3 Sep 2021 07:26:25 -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 6901be47821084eb2de908cb10acf558b1c3a271 (commit)
from 0e1761697d8ed24b07cf23035f5dd01d09056e3a (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=6901be47821084eb2de908cb10acf558b1c3a271
commit 6901be47821084eb2de908cb10acf558b1c3a271
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Fri Sep 3 14:26:13 2021 +0300
Sync dfa.h from GNULIB.
diff --git a/support/ChangeLog b/support/ChangeLog
index e57a25a..1be9aee 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2021-09-03 Arnold D. Robbins <arnold@skeeve.com>
+
+ * dfa.h: Sync with GNULIB.
+
2021-08-29 Arnold D. Robbins <arnold@skeeve.com>
* cdefs.h, dfa.c, dfa.h, libc-config.h, malloc/dynarray_at_failure.c,
diff --git a/support/dfa.h b/support/dfa.h
index 315a20d..84aba7d 100644
--- a/support/dfa.h
+++ b/support/dfa.h
@@ -49,8 +49,8 @@ struct dfa;
/* Needed when Gnulib is not used. */
#ifndef _GL_ATTRIBUTE_MALLOC
# define _GL_ATTRIBUTE_MALLOC
+# define _GL_ATTRIBUTE_DEALLOC(f, i)
# define _GL_ATTRIBUTE_DEALLOC_FREE
-# define _GL_ATTRIBUTE_DEALLOC(x,y)
# define _GL_ATTRIBUTE_RETURNS_NONNULL
#endif
-----------------------------------------------------------------------
Summary of changes:
support/ChangeLog | 4 ++++
support/dfa.h | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4284-g6901be4,
Arnold Robbins <=