libc.h: update comment for 32-bit Rune
http://codereview.appspot.com/116097
This commit is contained in:
parent
a0583cf256
commit
9eec023b80
@ -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 New Issue
Block a user