summaryrefslogtreecommitdiff
path: root/doc/autoconf.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-24 13:41:23 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-24 14:38:51 -0800
commit28d3433229c1ec0095c1a5ed0a6301dffceaf8c6 (patch)
tree77baf2fd84ce83e700a0cb352d6e379bef4efccd /doc/autoconf.texi
parent078edd8c0fb36b0245df3c6ebd621225dea9b685 (diff)
downloadautoconf-28d3433229c1ec0095c1a5ed0a6301dffceaf8c6.tar.gz
AC_USE_SYSTEM_EXTENSIONS now enables C23 Annex F
* lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Also define __STDC_WANT_IEC_60559_EXT__, for C23.
Diffstat (limited to 'doc/autoconf.texi')
-rw-r--r--doc/autoconf.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 7ae8ca64..5948902f 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -8926,12 +8926,15 @@ Enable extensions specified by ISO/IEC TS 18661-1:2014.
@item __STDC_WANT_IEC_60559_DFP_EXT__
@cvindex __STDC_WANT_IEC_60559_DFP_EXT__
Enable extensions specified by ISO/IEC TS 18661-2:2015.
+@item __STDC_WANT_IEC_60559_EXT__
+@cvindex __STDC_WANT_IEC_60559_EXT__
+Enable extensions specified by C23 Annex F.
@item __STDC_WANT_IEC_60559_FUNCS_EXT__
@cvindex __STDC_WANT_IEC_60559_FUNCS_EXT__
Enable extensions specified by ISO/IEC TS 18661-4:2015.
@item __STDC_WANT_IEC_60559_TYPES_EXT__
@cvindex __STDC_WANT_IEC_60559_TYPES_EXT__
-Enable extensions specified by ISO/IEC TS 18661-3:2015.
+Enable extensions specified by C23 Annex H and by ISO/IEC TS 18661-3:2015.
@item __STDC_WANT_LIB_EXT2__
@cvindex __STDC_WANT_LIB_EXT2__
Enable extensions specified by ISO/IEC TR 24731-2:2010.