From: Brendan Kehoe Date: Mon, 17 Jun 1996 22:03:51 +0000 (-0400) Subject: * ginclude/stddef.h (wint_t): Don't wrap with #ifndef __cplusplus. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d69549383959106578c5620f9bdfd1cb964a26c;p=gcc.git * ginclude/stddef.h (wint_t): Don't wrap with #ifndef __cplusplus. From-SVN: r12288 --- 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. */