Discussion:
[SCM] GNU Autoconf source repository branch, master, updated. v2.69-160-g017d5dd
Paul Eggert
2016-04-03 20:57:43 UTC
Permalink
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=017d5ddd82854911f0119691d91ea8a1438824d6

The branch, master has been updated
via 017d5ddd82854911f0119691d91ea8a1438824d6 (commit)
from dc3dad37dbe8ae1942d8c6ca73394c0f44ae6489 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 017d5ddd82854911f0119691d91ea8a1438824d6
Author: Paul Eggert <***@cs.ucla.edu>
Date: Sun Apr 3 13:57:17 2016 -0700

Use American spelling for "initialize"

* lib/autoconf/c.m4: Prefer the spelling "initializer" in comments.

-----------------------------------------------------------------------

Summary of changes:
lib/autoconf/c.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4
index 9a9fbd3..9c400f7 100644
--- a/lib/autoconf/c.m4
+++ b/lib/autoconf/c.m4
@@ -2406,7 +2406,7 @@ AC_DEFUN([_AC_CXX_CXX11_TEST_BODY],
short sa[cxx11test::get_val()] = { 0 };
}
{
- // Test initialiser lists
+ // Test initializer lists
cxx11test::testinit il = { 4323, 435234.23544 };
}
{
@@ -2500,7 +2500,7 @@ dnl with extended modes being tried first.
# considers the compiler to be in ISO C++11 mode if it handles all the
# tests from the C++98 checks, plus the following: Language features
# (auto, constexpr, decltype, default/deleted constructors, delegate
-# constructors, final, initialiser lists, lambda functions, nullptr,
+# constructors, final, initializer lists, lambda functions, nullptr,
# override, range-based for loops, template brackets without spaces,
# unicode literals) and library features (array, memory (shared_ptr,
# weak_ptr), regex and tuple types).


hooks/post-receive
--
GNU Autoconf source repository
Loading...