From 2e02b2970dc44fd49c53fc8bd1dc8e8f8a0cd486 Mon Sep 17 00:00:00 2001 From: tjr Date: Sun, 4 Aug 2002 12:43:53 +0000 Subject: Change wctype_t to an unsigned type to avoid warnings. --- include/wctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wctype.h') diff --git a/include/wctype.h b/include/wctype.h index 2dd5e79..81bda6f 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -47,7 +47,7 @@ typedef int wctrans_t; #endif #ifndef _WCTYPE_T -typedef long wctype_t; +typedef unsigned long wctype_t; #define _WCTYPE_T #endif -- cgit v1.1