summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-28 10:03:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-28 10:03:03 -0600
commit3b329f8f3219797ef3a45bd9124327b7d279acb3 (patch)
treed4f5ad3cb67198bb6acffbd04c51c524a96e6475 /nuttx/ChangeLog
parentb5aeeb9fdb3547717d124dc9ec538be79f510c59 (diff)
downloadnuttx-3b329f8f3219797ef3a45bd9124327b7d279acb3.tar.gz
nuttx-3b329f8f3219797ef3a45bd9124327b7d279acb3.tar.bz2
nuttx-3b329f8f3219797ef3a45bd9124327b7d279acb3.zip
cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8c75a32f4..acc0d990e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6687,4 +6687,5 @@
* configs/*/defconfig: If CONFIG_NSH_LIBRARY=y then set CONFIG_NSH_READLINE=y
otherwise the CLE will be selected by default the next time that
make menuconfig is used (2014-2-28).
+ * include/cxx/cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y. (2014-2-28).