summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-11-01 08:20:58 +0000
committertjr <tjr@FreeBSD.org>2003-11-01 08:20:58 +0000
commitcdb4de5776598d4268ed747fae0db07d647461a4 (patch)
tree506305e2093ac9621f04c94f3d68e5e5b132339f /lib/libc/locale
parentf34fc0c744e6519f5c5fb73a10773a7fdf359d35 (diff)
downloadFreeBSD-src-cdb4de5776598d4268ed747fae0db07d647461a4.zip
FreeBSD-src-cdb4de5776598d4268ed747fae0db07d647461a4.tar.gz
Remove TODO comment about creating a macro version of towctrans().
Remove unnecessary inclusion of <ctype.h>.
Diffstat (limited to 'lib/libc/locale')
-rw-r--r--lib/libc/locale/wctrans.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/locale/wctrans.c b/lib/libc/locale/wctrans.c
index 94e0664..6813e33 100644
--- a/lib/libc/locale/wctrans.c
+++ b/lib/libc/locale/wctrans.c
@@ -27,7 +27,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <ctype.h>
#include <errno.h>
#include <string.h>
#include <wctype.h>
@@ -38,9 +37,6 @@ enum {
_WCT_TOUPPER = 2
};
-/*
- * TODO: Supply a macro version of this.
- */
wint_t
towctrans(wint_t wc, wctrans_t desc)
{
OpenPOWER on IntegriCloud