From acda8279a233adec6479da7d1754a2e3829a9cc9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 9 Apr 2002 10:24:31 +0000 Subject: Support ISblank properly --- libc/misc/locale/_locale.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/misc/locale/_locale.h') diff --git a/libc/misc/locale/_locale.h b/libc/misc/locale/_locale.h index 139a862f9..75658cc2f 100644 --- a/libc/misc/locale/_locale.h +++ b/libc/misc/locale/_locale.h @@ -17,6 +17,7 @@ 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