]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be __SIZE_TYPE__.
authorFred Fish <fnf@be.com>
Mon, 27 Aug 2001 20:23:37 +0000 (20:23 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Mon, 27 Aug 2001 20:23:37 +0000 (20:23 +0000)
From-SVN: r45209

gcc/ChangeLog
gcc/ginclude/stddef.h

index 01cba25433d8155e651fba82ccd0a11b2498227c..b80faaf46b25862cfa25d45dc6fef6676acecebb 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:
index 081bcb2feb325ad45662dd1b132559565e83e888..7e5075ad898431490a755fe2e381927ee4d2e2c6 100644 (file)
@@ -115,7 +115,7 @@ _TYPE_wchar_t;
 #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.  */