mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
libc.h: update comment for 32-bit Rune
http://codereview.appspot.com/116097
This commit is contained in:
parent
a0583cf256
commit
9eec023b80
1 changed files with 3 additions and 2 deletions
|
@ -70,10 +70,11 @@ extern int tokenize(char*, char**, int);
|
|||
/*
|
||||
enum
|
||||
{
|
||||
UTFmax = 3,
|
||||
UTFmax = 4,
|
||||
Runesync = 0x80,
|
||||
Runeself = 0x80,
|
||||
Runeerror = 0x80,
|
||||
Runeerror = 0xFFFD,
|
||||
Runemax = 0x10FFFF,
|
||||
};
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue