X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=wcwidth.c;h=f76fd8629e50258faf6e34b0d25434aa76e9f64f;hb=118fc8c81e6a850adbcc8dda409d9c10875eae7d;hp=9f231112fb661e45053775b5199279d4d8af39b5;hpb=8692657fdd817efebfd1bac2fdaf00688b3e68ed;p=PuTTY.git diff --git a/wcwidth.c b/wcwidth.c index 9f231112..f76fd862 100644 --- a/wcwidth.c +++ b/wcwidth.c @@ -144,7 +144,7 @@ int wcswidth(const wchar_t *pwcs, size_t n) return width; } - +#if 0 /* RDB: we don't need the cjk version */ /* * The following function is the same as wcwidth(), except that * spacing characters in the East Asian Ambiguous (A) category as @@ -231,3 +231,4 @@ int wcswidth_cjk(const wchar_t *pwcs, size_t n) return width; } +#endif