summaryrefslogtreecommitdiff
path: root/libc/misc/locale
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2002-04-09 15:01:00 +0000
committerManuel Novoa III <mjn3@codepoet.org>2002-04-09 15:01:00 +0000
commitbc0bc39645ace0f6b4182c641295e31d58b9eba7 (patch)
tree70ab9ade07e5edc7b30067821db624c6b30fab31 /libc/misc/locale
parentafd68fb2013457640f585433c07950d15400f376 (diff)
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.
Diffstat (limited to 'libc/misc/locale')
-rw-r--r--libc/misc/locale/_locale.h1
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;