]> Savannah Git Hosting - gnulib.git/commitdiff
stdbool: depend on C99
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Sep 2022 18:40:37 +0000 (13:40 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Sep 2022 18:45:25 +0000 (13:45 -0500)
Record that stdbool depends on C99 these days.
This matters only for ancient compilers that need special
flags to support C99 features.
* modules/stdbool (Depends-on): Add c99.

ChangeLog
modules/stdbool

index 9c26d25bd0580d6949ac5cc268c973c53fa29ced..1846e7c381f129cd1edc4976854c3265452649fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-09-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       stdbool: depend on C99
+       Record that stdbool depends on C99 these days.
+       This matters only for ancient compilers that need special
+       flags to support C99 features.
+       * modules/stdbool (Depends-on): Add c99.
+
 2022-09-14  Bruno Haible  <bruno@clisp.org>
 
        verify: Avoid syntax error due to static_assert with MSVC 14 in C++.
index b5a52523d3fd91396dad4aa81f43eb23ce58e756..2e771a23369385cf4378d8e18302cc4023561bdb 100644 (file)
@@ -4,6 +4,9 @@ A bool that is like C23.
 Files:
 m4/c-bool.m4
 
+Depends-on:
+c99
+
 configure.ac:
 gl_C_BOOL