* fixinc/inclhack.def (gnu_types): Improve comment.
From-SVN: r69269
This commit is contained in:
parent
cd01ef5bca
commit
d5d16b5f41
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||||
|
|
||||||
|
* fixinc/inclhack.def (gnu_types): Improve comment.
|
||||||
|
|
||||||
2003-07-12 Andreas Jaeger <aj@suse.de>
|
2003-07-12 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* fp-test.c (main): Use ISO C90 prototype.
|
* fp-test.c (main): Use ISO C90 prototype.
|
||||||
|
|
|
@ -938,7 +938,12 @@ fix = {
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Fix these files to use the same types that we think they should.
|
* Fix these files to use the types we think they should for
|
||||||
|
* ptrdiff_t, size_t, and wchar_t.
|
||||||
|
*
|
||||||
|
* This defines the types in terms of macros predefined by our 'cpp'.
|
||||||
|
* This is supposedly necessary for glibc's handling of these types.
|
||||||
|
* It's probably not necessary for anyone else, but it doesn't hurt.
|
||||||
*/
|
*/
|
||||||
fix = {
|
fix = {
|
||||||
hackname = gnu_types;
|
hackname = gnu_types;
|
||||||
|
|
Loading…
Add table
Reference in a new issue