change Rune from ushort to uint for to 21 bit runes (thanks mischief!)
big big change. requires rebuilding 8c first and then rebuild everything.
This commit is contained in:
parent
e30f50283c
commit
a5e9641906
15 changed files with 24 additions and 24 deletions
|
@ -8,7 +8,7 @@ typedef long long vlong;
|
|||
typedef unsigned long long uvlong;
|
||||
typedef unsigned long uintptr;
|
||||
typedef unsigned long usize;
|
||||
typedef ushort Rune;
|
||||
typedef uint Rune;
|
||||
typedef union FPdbleword FPdbleword;
|
||||
typedef long jmp_buf[2];
|
||||
#define JMPBUFSP 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue