Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-04-01 21:40:43 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-04-23 22:57:11 +0300
commit50adb19f030d7721e2dec9dfb022b1c1aac64ca4 (patch)
treec638cd3b2d1c9c3695782cc4cceb690e681e1da1 /newlib/ChangeLog
parentbbf1475e020dc9e2c5aca14b241fac109450b593 (diff)
Add parens around MIN/MAX values in stdint.h.
* libc/include/stdint.h: Throughout add parens around MIN/MAX values. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 1d43b0df2..470978d48 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-01 Corinna Vinschen <vinschen@redhat.com>
+
+ * libc/include/stdint.h: Throughout add parens around MIN/MAX values.
+
2015-04-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/sys/_stdint.h: New file.