Commit b7a0c86f by Fred Fish Committed by Loren J. Rittle

* ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be __SIZE_TYPE__.

From-SVN: r45209
parent b969a5d7
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> 2001-08-27 Geoffrey Keating <geoffk@redhat.com>
* reload.c (find_reloads_toplev): Back out this change: * reload.c (find_reloads_toplev): Back out this change:
......
...@@ -115,7 +115,7 @@ _TYPE_wchar_t; ...@@ -115,7 +115,7 @@ _TYPE_wchar_t;
#endif #endif
/* In case nobody has defined these types, but we aren't running under /* 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 __WCHAR_TYPE__ have reasonable values. This can happen if the
parts of GCC is compiled by an older compiler, that actually parts of GCC is compiled by an older compiler, that actually
include gstddef.h, such as collect2. */ include gstddef.h, such as collect2. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment