* ginclude/stddef.h (wint_t): Don't wrap with #ifndef __cplusplus.

From-SVN: r12288
This commit is contained in:
Brendan Kehoe 1996-06-17 18:03:51 -04:00
parent aa4e54c443
commit 1d69549383
1 changed files with 0 additions and 2 deletions

View File

@ -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. */