From: Paul Eggert Date: Thu, 15 Sep 2016 19:30:25 +0000 (-0700) Subject: extensions: fix typo in comment X-Git-Tag: v1.0~6634 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=f0e9aab9df0a05afb93cc1dcf0ceb985582d5b68;p=gnulib.git extensions: fix typo in comment * m4/extensions.m4: Sync from Autoconf master. --- diff --git a/ChangeLog b/ChangeLog index 826cd8fdbd..82f4264d34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-09-16 Paul Eggert + extensions: fix typo in comment + * m4/extensions.m4: Sync from Autoconf master. + stdint: support new _WIDTH macros * doc/posix-headers/stdint.texi: Document this. * lib/stdint.in.h: Add support for INTMAX_WIDTH. etc. diff --git a/m4/extensions.m4 b/m4/extensions.m4 index 87721a3577..e114a6f729 100644 --- a/m4/extensions.m4 +++ b/m4/extensions.m4 @@ -1,4 +1,4 @@ -# serial 14 -*- Autoconf -*- +# serial 15 -*- Autoconf -*- # Enable extensions on systems that normally disable them. # Copyright (C) 2003, 2006-2016 Free Software Foundation, Inc. @@ -96,7 +96,7 @@ dnl configure.ac when using autoheader 2.62. #ifndef __STDC_WANT_LIB_EXT2__ # undef __STDC_WANT_LIB_EXT2__ #endif -/* Enable extensions specified by ISO/IEC TR 24747:2009. */ +/* Enable extensions specified by ISO/IEC 24747:2009. */ #ifndef __STDC_WANT_MATH_SPEC_FUNCS__ # undef __STDC_WANT_MATH_SPEC_FUNCS__ #endif