diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-12 19:25:59 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-12 19:25:59 +0000 |
commit | aa6d4aed29be00d42bf3ffa865849d3bee6dd3ed (patch) | |
tree | a85764d68021483997892f2efd86a8d6cad083d7 /gcc/fixinc | |
parent | 7c90be39da9d0feb3d62ee4e6a40b2635a7d8f62 (diff) | |
download | gcc-aa6d4aed29be00d42bf3ffa865849d3bee6dd3ed.tar.gz |
* fixinc/inclhack.def (gnu_types): Improve comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69269 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc')
-rw-r--r-- | gcc/fixinc/inclhack.def | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index 6fb057017e2..52129bf9a5d 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -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 = { hackname = gnu_types; |