[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/pma2, updated. gawk-4.1.0-4743-g24184e36
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/pma2, updated. gawk-4.1.0-4743-g24184e36 |
Date: |
Fri, 10 Jun 2022 07:58:41 -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/pma2 has been updated
via 24184e361b734aff4c7c9e96b0090cfaaf351e2d (commit)
from f10f4af373c7ace425f2af9a68f5d6f4daa52bb3 (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=24184e361b734aff4c7c9e96b0090cfaaf351e2d
commit 24184e361b734aff4c7c9e96b0090cfaaf351e2d
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Fri Jun 10 14:58:26 2022 +0300
Fix for non-pma build.
diff --git a/ChangeLog b/ChangeLog
index af25bb6b..ba73864e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
appropriately. Adjust the flow for it.
* NEWS: Updated.
* Makefile.am (LDADD): Add $(LDFLAGS).
+ * custom.h (pma_init): Define to 0.
2022-06-09 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/custom.h b/custom.h
index 0ca53222..67e51df3 100644
--- a/custom.h
+++ b/custom.h
@@ -122,7 +122,7 @@ typedef unsigned long long uint_fast64_t;
#define realloc pma_realloc
#define free pma_free
#else /* ! USE_PERSISTENT_MALLOC */
-#define pma_init(verbose, file) /* nothing */
+#define pma_init(verbose, file) 0
#define pma_get_root() NULL
#define pma_set_root(rootptr) /* nothing */
#endif /* ! USE_PERSISTENT_MALLOC */
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
custom.h | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/pma2, updated. gawk-4.1.0-4743-g24184e36,
Arnold Robbins <=