]> Savannah Git Hosting - gnulib.git/commitdiff
Correct placement of last ChangeLog entry.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Feb 2021 02:35:27 +0000 (03:35 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 15 Feb 2021 02:35:27 +0000 (03:35 +0100)
ChangeLog

index d6d8e09225da089cc0098828db3e988ba5b72e54..5df08e2ab1e10363f5244cc104ccf5f2fc5e90eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,15 @@
-2021-02-08  Bruno Haible  <bruno@clisp.org>
-
-       stddef: Fix test-stddef compilation error on MidnightBSD/x86.
-       * lib/stddef.in.h (_GL_STDDEF_ALIGNAS, rpl_max_align_t, max_align_t):
-       Don't ignore HAVE_MAX_ALIGN_T if the compiler is clang.
-
 2021-02-13  Ozkan Sezer  <sezeroz@gmail.com>
 
        lib-symbol-visibility: Make it work with -Wmissing-prototypes.
        * m4/visibility.m4 (gl_VISIBILITY): Avoid error from simultaneous use of
        -Wmissing-prototypes and -Werror.
 
+2021-02-08  Bruno Haible  <bruno@clisp.org>
+
+       stddef: Fix test-stddef compilation error on MidnightBSD/x86.
+       * lib/stddef.in.h (_GL_STDDEF_ALIGNAS, rpl_max_align_t, max_align_t):
+       Don't ignore HAVE_MAX_ALIGN_T if the compiler is clang.
+
 2021-02-08  Bruno Haible  <bruno@clisp.org>
 
        Document non-standard prototypes on MidnightBSD.