From 25e0447f750ac7b3d6d4a3e9a82400238e73fe9f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 5 Jun 1996 20:36:21 +0000 Subject: Fix typo: TYPE_ptrdiff_t to _TYPE_ptrdiff_t. From-SVN: r12166 --- gcc/ginclude/stddef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ginclude') 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 -- cgit v1.2.1