* ginclude/stddef.h (wint_t): Don't wrap with #ifndef __cplusplus.
From-SVN: r12288
This commit is contained in:
parent
aa4e54c443
commit
1d69549383
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user