diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-11-01 08:20:58 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-11-01 08:20:58 +0000 |
| commit | d390e53270d48bf9dfefd11700e40a2db0abdd4e (patch) | |
| tree | 506305e2093ac9621f04c94f3d68e5e5b132339f /lib/libc | |
| parent | d86d5b37b77536cad00d64edf0a9b4da57414c49 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/wctrans.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/locale/wctrans.c b/lib/libc/locale/wctrans.c index 94e0664179cb..6813e3304629 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) { |
