summaryrefslogtreecommitdiff
path: root/gcc/ginclude/stddef.h
diff options
context:
space:
mode:
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>1996-06-17 22:03:51 +0000
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>1996-06-17 22:03:51 +0000
commit7cf3129e625c503ff2698fdb0666cd132cad0f5e (patch)
tree94192e396ff471cc7d928738e7fb1e9194280dc8 /gcc/ginclude/stddef.h
parenta6e59ac47693f3be2956e501441c61fca7e88617 (diff)
downloadgcc-7cf3129e625c503ff2698fdb0666cd132cad0f5e.tar.gz
* ginclude/stddef.h (wint_t): Don't wrap with #ifndef __cplusplus.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12288 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ginclude/stddef.h')
-rw-r--r--gcc/ginclude/stddef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ginclude/stddef.h b/gcc/ginclude/stddef.h
index d113ab03ae5..e9f6c789388 100644
--- a/gcc/ginclude/stddef.h
+++ b/gcc/ginclude/stddef.h
@@ -263,11 +263,9 @@ typedef __WCHAR_TYPE__ wchar_t;
#ifndef __WINT_TYPE__
#define __WINT_TYPE__ unsigned int
#endif
-#ifndef __cplusplus
typedef __WINT_TYPE__ wint_t;
#endif
#endif
-#endif
/* In 4.3bsd-net2, leave these undefined to indicate that size_t, etc.
are already defined. */