aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1996-06-17 18:03:51 -0400
committerBrendan Kehoe <brendan@gcc.gnu.org>1996-06-17 18:03:51 -0400
commit1d69549383959106578c5620f9bdfd1cb964a26c (patch)
tree94192e396ff471cc7d928738e7fb1e9194280dc8 /gcc
parentaa4e54c443741294237c992ee54bab3951690f6b (diff)
downloadgcc-1d69549383959106578c5620f9bdfd1cb964a26c.zip
gcc-1d69549383959106578c5620f9bdfd1cb964a26c.tar.gz
gcc-1d69549383959106578c5620f9bdfd1cb964a26c.tar.bz2
* ginclude/stddef.h (wint_t): Don't wrap with #ifndef __cplusplus.
From-SVN: r12288
Diffstat (limited to 'gcc')
-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 d113ab0..e9f6c78 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. */