From: Paul Eggert Date: Fri, 1 Dec 2023 17:36:36 +0000 (-0800) Subject: Tweak Annex K doc X-Git-Tag: v2.72e~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3155aa6912ef448873b7a524b0db315187d9862c;p=thirdparty%2Fautoconf.git Tweak Annex K doc * 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. --- 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}.