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
path: root/newlib
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-03-22 21:12:29 +0300
committerChristopher Faylor <me@cgf.cx>2005-03-22 21:12:29 +0300
commit7e3fd32b1cfee93aa4d73570940e3781ad2d5680 (patch)
tree9116899cae0b5d8d377e25b66ddd7657fe492f2a /newlib
parent3b5f2105207933dcab2e6345cc19f88ccb544e67 (diff)
* libc/include/machine/_types.h: Make trivial change to comment to avoid a
spurious warning from gcc.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/include/machine/_types.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 0bc78ed69..1fff903e0 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-22 Christopher Faylor <cgf@timesys.com>
+
+ * libc/include/machine/_types.h: Make trivial change to comment to
+ avoid a spurious warning from gcc.
+
2005-03-21 Nicholas Wourms <nwourms@netscape.net>
* libc/stdio/vfprintf.c: Move newlib.h before _WANT_IO_POS_ARGS test,
diff --git a/newlib/libc/include/machine/_types.h b/newlib/libc/include/machine/_types.h
index ab76561be..450ad4a6b 100644
--- a/newlib/libc/include/machine/_types.h
+++ b/newlib/libc/include/machine/_types.h
@@ -10,7 +10,7 @@ extern "C" {
#endif
/*
- * Guess on types by examining *_MIN/*_MAX defines.
+ * Guess on types by examining *_MIN / *_MAX defines.
*/
#if defined(__GNUC__) && (__GNUC__ >= 3 ) \
&& defined(__GNUC_MINOR__) && (__GNUC_MINOR__ > 2 )