From: Richard Kenner Date: Mon, 12 Aug 1996 01:43:10 +0000 (-0400) Subject: (__need_wint_t): Move #undef to right place. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e2b54f56db22dc9d0d9ba826e26c5ac6b9afbd6;p=gcc.git (__need_wint_t): Move #undef to right place. From-SVN: r12613 --- diff --git a/gcc/ginclude/stddef.h b/gcc/ginclude/stddef.h index 0cea45972da..881cd7f14f7 100644 --- a/gcc/ginclude/stddef.h +++ b/gcc/ginclude/stddef.h @@ -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.