Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc libc: Add the C11 static_assert macro in <assert.h>.



details:   https://anonhg.NetBSD.org/src/rev/55d6c9b6e412
branches:  trunk
changeset: 348076:55d6c9b6e412
user:      kamil <kamil%NetBSD.org@localhost>
date:      Mon Oct 03 20:31:44 2016 +0000

description:
libc: Add the C11 static_assert macro in <assert.h>.

diffstat:

 doc/CHANGES |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r fac1713c3ad8 -r 55d6c9b6e412 doc/CHANGES
--- a/doc/CHANGES       Mon Oct 03 18:59:41 2016 +0000
+++ b/doc/CHANGES       Mon Oct 03 20:31:44 2016 +0000
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2189 $>
+# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2190 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -368,4 +368,5 @@
        nvme(4): NVMe driver is now MPSAFE. [jdolecek 20160918]
        zoneinfo: Import tzdata2016g.  [kre 20160929]
        libc: Add <stdalign.h> and <stdnoreturn.h>. [kamil 20161002]
-       c11: Import cc(1) wrapper for C11 [kamil 20161003]
+       c11: Import cc(1) wrapper for C11. [kamil 20161003]
+       libc: Add the C11 static_assert macro in <assert.h>. [kamil 20161003]



Home | Main Index | Thread Index | Old Index