Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
Diffstat (limited to 'newlib')
-rw-r--r--newlib/libc/ctype/towupper.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/libc/ctype/towupper.c b/newlib/libc/ctype/towupper.c
index e2d80281f..1e4d0f5cb 100644
--- a/newlib/libc/ctype/towupper.c
+++ b/newlib/libc/ctype/towupper.c
@@ -397,9 +397,6 @@ _DEFUN(towupper,(c), wint_t c)
if (c == 0x04cf)
return 0x04c0;
-
- if (c >= 0x04f7 && c <= 0x04f9)
- return (c - 1);
}
else if (c < 0x0600)
{