From: Paul Eggert Date: Wed, 14 Sep 2022 18:40:37 +0000 (-0500) Subject: stdbool: depend on C99 X-Git-Tag: v1.0~2020 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=c9983d32dd54bd4543033173dff6616088621ddd;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 9c26d25bd0..1846e7c381 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2022-09-14 Paul Eggert + + 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 verify: Avoid syntax error due to static_assert with MSVC 14 in C++. diff --git a/modules/stdbool b/modules/stdbool index b5a52523d3..2e771a2336 100644 --- a/modules/stdbool +++ b/modules/stdbool @@ -4,6 +4,9 @@ A bool that is like C23. Files: m4/c-bool.m4 +Depends-on: +c99 + configure.ac: gl_C_BOOL