OSDN Git Service

* ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be __SIZE_TYPE__.
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Aug 2001 20:23:37 +0000 (20:23 +0000)
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Aug 2001 20:23:37 +0000 (20:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45209 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/ginclude/stddef.h

index 01cba25..b80faaf 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-27  Fred Fish  <fnf@be.com>
+
+       * ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be
+       __SIZE_TYPE__.
+
 2001-08-27  Geoffrey Keating  <geoffk@redhat.com>
 
        * reload.c (find_reloads_toplev): Back out this change:
 2001-08-27  Geoffrey Keating  <geoffk@redhat.com>
 
        * reload.c (find_reloads_toplev): Back out this change:
index 081bcb2..7e5075a 100644 (file)
@@ -115,7 +115,7 @@ _TYPE_wchar_t;
 #endif
 
 /* In case nobody has defined these types, but we aren't running under
 #endif
 
 /* In case nobody has defined these types, but we aren't running under
-   GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE__TYPE__, and
+   GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
    __WCHAR_TYPE__ have reasonable values.  This can happen if the
    parts of GCC is compiled by an older compiler, that actually
    include gstddef.h, such as collect2.  */
    __WCHAR_TYPE__ have reasonable values.  This can happen if the
    parts of GCC is compiled by an older compiler, that actually
    include gstddef.h, such as collect2.  */