Commit 1d695493 by Brendan Kehoe

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

From-SVN: r12288
parent aa4e54c4
...@@ -263,11 +263,9 @@ typedef __WCHAR_TYPE__ wchar_t; ...@@ -263,11 +263,9 @@ typedef __WCHAR_TYPE__ wchar_t;
#ifndef __WINT_TYPE__ #ifndef __WINT_TYPE__
#define __WINT_TYPE__ unsigned int #define __WINT_TYPE__ unsigned int
#endif #endif
#ifndef __cplusplus
typedef __WINT_TYPE__ wint_t; typedef __WINT_TYPE__ wint_t;
#endif #endif
#endif #endif
#endif
/* In 4.3bsd-net2, leave these undefined to indicate that size_t, etc. /* In 4.3bsd-net2, leave these undefined to indicate that size_t, etc.
are already defined. */ are already defined. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment