From bc0bc39645ace0f6b4182c641295e31d58b9eba7 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Tue, 9 Apr 2002 15:01:00 +0000 Subject: Revert Erik's changes... they were broken since there weren't enough bits for the extra ISblank flag. Instead, hardwire isblank() to not depend on locale for now. At least it will work for space and tab in the immenent release. This will all be blown away for the next release anyway, as I should be committing my new stuff in the next day or two. --- libc/misc/locale/_locale.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/misc/locale') 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; -- cgit v1.2.3