From 6478b242d66c727e0bb26fd7d524dfc0f7bfb8ff Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Mon, 9 Sep 2002 07:17:55 +0000 Subject: [PATCH] Remove the typedef of wctype_t from this header; we don't support the XSI mistake of making everything from visible here. If we did choose to support it, we could just #include . --- include/wchar.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/wchar.h b/include/wchar.h index 335e4b2ec072..18712220c20d 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -93,11 +93,6 @@ typedef __wchar_t wchar_t; #endif #endif -#ifndef _WCTYPE_T -typedef unsigned long wctype_t; -#define _WCTYPE_T -#endif - #ifndef _WINT_T_DECLARED typedef __wint_t wint_t; #define _WINT_T_DECLARED