summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-09-24 23:42:44 +0200
committerBruno Haible <bruno@clisp.org>2022-09-25 00:46:37 +0200
commit2eb78f0716542854209a35d7ea5bd2d38ef32582 (patch)
tree74077a937e14daa11e244377d505dac114a7d80e /ChangeLog
parent699f559a3d30e7e0c8e20d546e25f2743f2569d1 (diff)
downloadgnulib-2eb78f0716542854209a35d7ea5bd2d38ef32582.tar.gz
stdbool: Don't #include a gnulib-generated stdbool.h from config.h.
* m4/c-bool.m4 (gl_C_BOOL): Check for stdbool.h and for _Bool. If stdbool.h does not exist, don't #include <stdbool.h> but instead put the substitute code into config.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76287c5022..1c54eabb49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2022-09-24 Bruno Haible <bruno@clisp.org>
+ stdbool: Don't #include a gnulib-generated stdbool.h from config.h.
+ * m4/c-bool.m4 (gl_C_BOOL): Check for stdbool.h and for _Bool. If
+ stdbool.h does not exist, don't #include <stdbool.h> but instead put the
+ substitute code into config.h.
+
+2022-09-24 Bruno Haible <bruno@clisp.org>
+
stdalign: Don't #include a gnulib-generated stdalign.h from config.h.
* m4/stdalign.m4 (gl_STDALIGN_H): Check for stdalign.h. If it does not
exist, don't #include <stdalign.h> but instead put the substitute code