OSDN Git Service

* fixinc/inclhack.def (gnu_types): Improve comment.
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jul 2003 19:25:59 +0000 (19:25 +0000)
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jul 2003 19:25:59 +0000 (19:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69269 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fixinc/inclhack.def

index cb311df..dc2000a 100644 (file)
@@ -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>
 
        * fp-test.c (main): Use ISO C90 prototype.
index 6fb0570..52129bf 100644 (file)
@@ -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;