Fix typo: TYPE_ptrdiff_t to _TYPE_ptrdiff_t.
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 5 Jun 1996 20:36:21 +0000 (20:36 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 5 Jun 1996 20:36:21 +0000 (20:36 +0000)
From-SVN: r12166

gcc/ginclude/stddef.h

index 6607aa762862192bb1b847871dabdc842559ae4d..d113ab03ae5a43e5f329c879a9d7bee6e173a451 100644 (file)
@@ -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