projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8311a11
)
Fix typo: TYPE_ptrdiff_t to _TYPE_ptrdiff_t.
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Wed, 5 Jun 1996 20:36:21 +0000
(20:36 +0000)
committer
Ian Lance Taylor
<ian@gcc.gnu.org>
Wed, 5 Jun 1996 20:36:21 +0000
(20:36 +0000)
From-SVN: r12166
gcc/ginclude/stddef.h
patch
|
blob
|
history
diff --git
a/gcc/ginclude/stddef.h
b/gcc/ginclude/stddef.h
index 6607aa762862192bb1b847871dabdc842559ae4d..d113ab03ae5a43e5f329c879a9d7bee6e173a451 100644
(file)
--- 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