Commit 3e2b54f5 by Richard Kenner

(__need_wint_t): Move #undef to right place.

From-SVN: r12613
parent 9590fa72
......@@ -233,7 +233,6 @@ typedef __SIZE_TYPE__ size_t;
typedef _BSD_RUNE_T_ rune_t;
#endif
#endif
#undef __need_wint_t
#endif
#ifndef __WCHAR_TYPE__
......@@ -266,6 +265,7 @@ typedef __WCHAR_TYPE__ wchar_t;
#endif
typedef __WINT_TYPE__ wint_t;
#endif
#undef __need_wint_t
#endif
/* In 4.3bsd-net2, leave these undefined to indicate that size_t, etc.
......
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