summaryrefslogtreecommitdiffstats
path: root/include/wctype.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-08-04 12:43:53 +0000
committertjr <tjr@FreeBSD.org>2002-08-04 12:43:53 +0000
commit2e02b2970dc44fd49c53fc8bd1dc8e8f8a0cd486 (patch)
treef175caa0ee027c4eb3812725cb817c0e85647bb2 /include/wctype.h
parentc7dfca65ec8e30de1b40fcf31c4e140cc8a705e8 (diff)
downloadFreeBSD-src-2e02b2970dc44fd49c53fc8bd1dc8e8f8a0cd486.zip
FreeBSD-src-2e02b2970dc44fd49c53fc8bd1dc8e8f8a0cd486.tar.gz
Change wctype_t to an unsigned type to avoid warnings.
Diffstat (limited to 'include/wctype.h')
-rw-r--r--include/wctype.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud