* libc/include/machine/_types.h: Make trivial change to comment to avoid a
spurious warning from gcc.
This commit is contained in:
parent
3b5f210520
commit
7e3fd32b1c
|
@ -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,
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue