|
@@ -17,7 +17,6 @@ enum
|
|
ISpunct = ISbit (5), /* 32 Punctuation. */
|
|
ISpunct = ISbit (5), /* 32 Punctuation. */
|
|
ISalpha = ISbit (6), /* 64 Alphabetic. */
|
|
ISalpha = ISbit (6), /* 64 Alphabetic. */
|
|
ISxdigit = ISbit (7), /* 128 Hexnumeric. */
|
|
ISxdigit = ISbit (7), /* 128 Hexnumeric. */
|
|
- ISblank = ISbit (8), /* 256 Blank. */
|
|
|
|
};
|
|
};
|
|
|
|
|
|
extern const unsigned char *_uc_collate_b;
|
|
extern const unsigned char *_uc_collate_b;
|