From c3725117bd57655ea798645090d0c545425d8417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 3 May 2006 13:39:23 +0000 Subject: [PATCH] wctype_t is already defined in wchar.h which is included git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17308 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/wctype.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/headers/posix/wctype.h b/headers/posix/wctype.h index f6710850be..1abdd40486 100644 --- a/headers/posix/wctype.h +++ b/headers/posix/wctype.h @@ -8,9 +8,7 @@ #include - typedef const int *wctrans_t; -typedef unsigned long wctype_t; #ifdef __cplusplus extern "C" {