From 4bd5585fbde1575b417a56f470b928f88842c44d Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sun, 4 Aug 2002 12:43:53 +0000 Subject: Change wctype_t to an unsigned type to avoid warnings. --- include/wchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wchar.h') diff --git a/include/wchar.h b/include/wchar.h index bbdcae6969e1..b4f19c7284cf 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -96,7 +96,7 @@ typedef _BSD_SIZE_T_ size_t; #endif #ifndef _WCTYPE_T -typedef long wctype_t; +typedef unsigned long wctype_t; #define _WCTYPE_T #endif -- cgit v1.2.3