From 3155aa6912ef448873b7a524b0db315187d9862c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 1 Dec 2023 09:36:36 -0800 Subject: [PATCH] Tweak Annex K doc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * doc/autoconf.texi (C and Posix Variants): Don’t insist on C11 when talking about Annex K, as Annex K is also present in later versions of the C standard. --- doc/autoconf.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 043f7fb21..b59423654 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -9031,7 +9031,7 @@ ISO/IEC TR 24732:2009 was superseded by ISO/IEC TS 18661-2:2015. @cvindex __STDC_WANT_LIB_EXT1__ The C preprocessor macro @code{__STDC_WANT_LIB_EXT1__} is not defined, -as C11 Annex K is problematic. See: O'Donell C, Sebor M. +as the C standard's Annex K is problematic. See: O'Donell C, Sebor M. @uref{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1967.htm, Field Experience With Annex K---Bounds Checking Interfaces}. -- 2.47.3