summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-02-08 22:31:57 +0100
committerBruno Haible <bruno@clisp.org>2023-02-08 22:31:57 +0100
commit0f3415afeeef8ca61e3b3f679399d163d263ed14 (patch)
treea8a394dfb4643697cd16c126d8b277d31bd89cdf /ChangeLog
parent97f54920a3c2bd9a536ef8c1cb7667584bd84eaf (diff)
downloadgnulib-0f3415afeeef8ca61e3b3f679399d163d263ed14.tar.gz
assert-h: Fix test failure on IRIX 6.5.
* m4/assert_h.m4 (gl_ASSERT_H): Ensure that on IRIX, including <assert.h> after <config.h> actually defines the assert macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09317e6b89..3d093609dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-02-08 Bruno Haible <bruno@clisp.org>
+
+ assert-h: Fix test failure on IRIX 6.5.
+ * m4/assert_h.m4 (gl_ASSERT_H): Ensure that on IRIX, including
+ <assert.h> after <config.h> actually defines the assert macro.
+
2023-02-07 Paul Eggert <eggert@cs.ucla.edu>
nullptr: test for compilers at autoconf-time