summaryrefslogtreecommitdiff
path: root/extra/locale
diff options
context:
space:
mode:
Diffstat (limited to 'extra/locale')
-rw-r--r--extra/locale/gen_ctype_from_glibc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/locale/gen_ctype_from_glibc.c b/extra/locale/gen_ctype_from_glibc.c
index ef902d978..0488048cd 100644
--- a/extra/locale/gen_ctype_from_glibc.c
+++ b/extra/locale/gen_ctype_from_glibc.c
@@ -71,7 +71,6 @@ bbits_t basic_bits[] =
{ISpunct , "ISpunct" },
{ISalpha , "ISalpha" },
{ISxdigit, "ISxdigit"},
- {ISblank, "ISblank"},
{0, NULL}
};
@@ -258,8 +257,6 @@ Defaults:\n\
x2type[i] |= ISpunct;
if(isxdigit(i))
x2type[i] |= ISxdigit;
- if(isblank(i))
- x2type[i] |= ISblank;
x2trans[i] = i;
if(toupper(x2trans[i]) != x2trans[i])
x2trans[i] = toupper(x2trans[i]);