]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libc/include/machine/_types.h: Make trivial change to comment to avoid a
authorChristopher Faylor <me@cgf.cx>
Tue, 22 Mar 2005 18:12:29 +0000 (18:12 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 22 Mar 2005 18:12:29 +0000 (18:12 +0000)
spurious warning from gcc.

newlib/ChangeLog
newlib/libc/include/machine/_types.h

index 0bc78ed692ea126173ac8d8a4fb49deab63c6359..1fff903e0dcc7e11c9a0991f1b2a42bc48f65dad 100644 (file)
@@ -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,
index ab76561be1873288d6edf4905a821a72098e6792..450ad4a6b022f02fd29788b589d3c96674f30b9d 100644 (file)
@@ -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 ) 
This page took 0.04379 seconds and 5 git commands to generate.