[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, master, updated. gawk-4.1.0-4797-g87ebbab4
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, master, updated. gawk-4.1.0-4797-g87ebbab4 |
Date: |
Tue, 19 Jul 2022 05:54:16 -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, master has been updated
via 87ebbab472ff27d7b6dcaca9072fd0bb30e22a6b (commit)
from bdc68a30182eaef8d70edd7fc9a0fa5a9afe0f5b (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=87ebbab472ff27d7b6dcaca9072fd0bb30e22a6b
commit 87ebbab472ff27d7b6dcaca9072fd0bb30e22a6b
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Jul 19 12:53:56 2022 +0300
Update support/localeinfo.c.
diff --git a/support/ChangeLog b/support/ChangeLog
index 731947e7..4411a117 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-19 Arnold D. Robbins <arnold@skeeve.com>
+
+ * localeinfo.c: No longer need to include mbsupport.h.
+
2022-07-13 Arnold D. Robbins <arnold@skeeve.com>
* pma.c (integrity_check, addrgap): Fix printf formats. Thanks to
diff --git a/support/localeinfo.c b/support/localeinfo.c
index 13478da2..0e74f422 100644
--- a/support/localeinfo.c
+++ b/support/localeinfo.c
@@ -31,10 +31,6 @@
#include <string.h>
#include <wctype.h>
-#if defined(__DJGPP__)
-#include "mbsupport.h"
-#endif
-
/* The sbclen implementation relies on this. */
verify (MB_LEN_MAX <= SCHAR_MAX);
-----------------------------------------------------------------------
Summary of changes:
support/ChangeLog | 4 ++++
support/localeinfo.c | 4 ----
2 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, master, updated. gawk-4.1.0-4797-g87ebbab4,
Arnold Robbins <=