]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Mention C keywords in NEWS
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Apr 2024 18:41:36 +0000 (11:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Apr 2024 18:42:01 +0000 (11:42 -0700)
Thanks to Alan Coopersmith for mentioning this in:
https://lists.gnu.org/r/autoconf/2024-04/msg00011.html

NEWS

diff --git a/NEWS b/NEWS
index 952a7cc6feb99f4939e17562f10b3b4f57370c02..60c6dcdd7f5650f0ccad9cc5bdcd087cab8419ea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,10 @@ GNU Autoconf NEWS - User visible changes.
 ** Backward incompatibilities
 
 *** AC_PROG_CC now prefers C23 if available.
-  C23 has removed old-style (K&R) function definitions/declarations.
-  Old-style functions should be updated to use prototypes.
+  Older code may need to be updated, as C23 has removed old-style
+  (K&R) function definitions and declarations, and has new keywords
+  alignas, alignof, bool, constexpr, false, nullptr, static_assert,
+  thread_local, typeof, typeof_unqual, true.
 
 *** AC_PROG_CC no longer tests for VLAs, or whether __STDC__ is defined.
   This ports better to MSVC, which does not support variable length