]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/wctrans.c
Libc-763.13.tar.gz
[apple/libc.git] / locale / FreeBSD / wctrans.c
index d056bfa63ef7c998c8bc4b4ab4dedb198c514229..a86e5c782987ee05352484f06d30ddfb9c9ed340 100644 (file)
@@ -25,9 +25,8 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/locale/wctrans.c,v 1.2 2002/11/09 05:19:08 tjr Exp $");
+__FBSDID("$FreeBSD: src/lib/libc/locale/wctrans.c,v 1.3 2003/11/01 08:20:58 tjr Exp $");
 
-#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)
 {