diff options
Diffstat (limited to 'libc/misc/locale')
-rw-r--r-- | libc/misc/locale/_locale.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/locale/_locale.h b/libc/misc/locale/_locale.h index 75658cc2f..139a862f9 100644 --- a/libc/misc/locale/_locale.h +++ b/libc/misc/locale/_locale.h @@ -17,7 +17,6 @@ enum ISpunct = ISbit (5), /* 32 Punctuation. */ ISalpha = ISbit (6), /* 64 Alphabetic. */ ISxdigit = ISbit (7), /* 128 Hexnumeric. */ - ISblank = ISbit (8), /* 256 Blank. */ }; extern const unsigned char *_uc_collate_b; |