bio: use UTFmax for Bungetsize and fix libmach to include <libc.h> before <bio.h> (from sources)
This commit is contained in:
parent
d359aed939
commit
18e480ceb2
10 changed files with 10 additions and 1 deletions
|
@ -7,7 +7,7 @@ typedef struct Biobufhdr Biobufhdr;
|
|||
enum
|
||||
{
|
||||
Bsize = 8*1024,
|
||||
Bungetsize = 4, /* space for ungetc */
|
||||
Bungetsize = UTFmax+1, /* space for ungetc */
|
||||
Bmagic = 0x314159,
|
||||
Beof = -1,
|
||||
Bbad = -2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue