diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1996-06-05 20:36:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1996-06-05 20:36:21 +0000 |
commit | 25e0447f750ac7b3d6d4a3e9a82400238e73fe9f (patch) | |
tree | 677328da00677441cae47f62eb795d020ee7021e /gcc/ginclude | |
parent | 8311a11f170297cb47767a206b1ba852d9ae7b26 (diff) | |
download | gcc-25e0447f750ac7b3d6d4a3e9a82400238e73fe9f.tar.gz |
Fix typo: TYPE_ptrdiff_t to _TYPE_ptrdiff_t.
From-SVN: r12166
Diffstat (limited to 'gcc/ginclude')
-rw-r--r-- | gcc/ginclude/stddef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ginclude/stddef.h b/gcc/ginclude/stddef.h index 6607aa76286..d113ab03ae5 100644 --- a/gcc/ginclude/stddef.h +++ b/gcc/ginclude/stddef.h @@ -71,7 +71,7 @@ not defined, and so that defining this macro defines _GCC_SIZE_T. If we find that the macros are still defined at this point, we must invoke them so that the type is defined as expected. */ -#if defined (TYPE_ptrdiff_t) && (defined (__need_ptrdiff_t) || defined (_STDDEF_H_)) +#if defined (_TYPE_ptrdiff_t) && (defined (__need_ptrdiff_t) || defined (_STDDEF_H_)) _TYPE_ptrdiff_t; #undef _TYPE_ptrdiff_t #endif |