* ginclude/stddef.h (wint_t): Don't wrap with #ifndef __cplusplus.
authorBrendan Kehoe <brendan@gcc.gnu.org>
Mon, 17 Jun 1996 22:03:51 +0000 (18:03 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Mon, 17 Jun 1996 22:03:51 +0000 (18:03 -0400)
From-SVN: r12288

gcc/ginclude/stddef.h

index d113ab03ae5a43e5f329c879a9d7bee6e173a451..e9f6c7893886323dcd4a4c42a4fea7d482b65276 100644 (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.  */