diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-04-24 20:13:18 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-04-24 20:13:18 +0200 |
commit | 667010554b30c46e35b9cad62edcfa01e37e1576 (patch) | |
tree | 418f828288c6c5c5ba0e6a18775af855966579f0 /sys/include/libc.h | |
parent | 78c7ba36a1a732c08fbb7e4f8b19d1bc825c5b7e (diff) |
make all the commands agnostic about Rune width. (from sources)
Diffstat (limited to 'sys/include/libc.h')
-rw-r--r-- | sys/include/libc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/libc.h b/sys/include/libc.h index de6c3105d..a92e5680d 100644 --- a/sys/include/libc.h +++ b/sys/include/libc.h @@ -46,6 +46,7 @@ enum Runeself = 0x80, /* rune and UTF sequences are the same (<) */ Runeerror = 0xFFFD, /* decoding error in UTF */ Runemax = 0xFFFF, /* 16 bit rune */ + Runemask = 0xFFFF, /* bits used by runes (see grep) */ }; /* |