[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6185-gad96a6
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6185-gad96a61b |
Date: |
Tue, 15 Oct 2024 03:29:06 -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/cpp-compile has been updated
via ad96a61bec417b59a94a06ee250488215aadbaa0 (commit)
from f3178ff53c4709ea85175f876897c59b910a7892 (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=ad96a61bec417b59a94a06ee250488215aadbaa0
commit ad96a61bec417b59a94a06ee250488215aadbaa0
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Oct 15 10:28:39 2024 +0300
Restore C++ compilation.
diff --git a/support/ChangeLog b/support/ChangeLog
index c0bf3855..17fa1fc5 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-15 Arnold D. Robbins <arnold@skeeve.com>
+
+ * localeinfo.h: Remove extraneous extern "C" declaration.
+
2024-09-17 Arnold D. Robbins <arnold@skeeve.com>
* 5.3.1: Release tar made.
diff --git a/support/localeinfo.h b/support/localeinfo.h
index 0ea6bb89..f8863edf 100644
--- a/support/localeinfo.h
+++ b/support/localeinfo.h
@@ -61,10 +61,6 @@ struct localeinfo
wint_t sbctowc[UCHAR_MAX + 1];
};
-#ifdef __cplusplus
-extern "C" {
-#endif // __cplusplus
-
extern void init_localeinfo (struct localeinfo *);
/* Maximum number of characters that can be the case-folded
-----------------------------------------------------------------------
Summary of changes:
support/ChangeLog | 4 ++++
support/localeinfo.h | 4 ----
2 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-6185-gad96a61b,
Arnold Robbins <=