This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] trivial change to a comment to avoid a gcc warning


I noticed this while investigating gcc 4.x.

cgf

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.

Index: libc/include/machine/_types.h
===================================================================
RCS file: /cvs/uberbaum/newlib/libc/include/machine/_types.h,v
retrieving revision 1.1
diff -u -p -r1.1 _types.h
--- libc/include/machine/_types.h       6 Mar 2005 20:32:15 -0000       1.1
+++ libc/include/machine/_types.h       22 Mar 2005 18:11:30 -0000
@@ -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 ) 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]