summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-29 03:18:17 +0200
committerBruno Haible <bruno@clisp.org>2023-04-29 03:18:17 +0200
commitf3a1142689247303b66b663a6394a473d6298aaa (patch)
tree96ea416196c479bd42ffc8e38901b213e41c82f9 /ChangeLog
parentbcdad4ccd5ba01d3ff58a584ae6e33a9a511774b (diff)
downloadgnulib-f3a1142689247303b66b663a6394a473d6298aaa.tar.gz
stdbool tests: Avoid compilation error with Sun C on Solaris 10.
* tests/test-stdbool.c (WORKING_BOOL): Set to 0 on Sun C.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b02d6ced4..6156ebc137 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2023-04-28 Bruno Haible <bruno@clisp.org>
+ stdbool tests: Avoid compilation error with Sun C on Solaris 10.
+ * tests/test-stdbool.c (WORKING_BOOL): Set to 0 on Sun C.
+
+2023-04-28 Bruno Haible <bruno@clisp.org>
+
hamt tests: Fix test failure with Sun C on Solaris 10/SPARC.
* tests/test-hamt.c (main): Finish with exit code 0.