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:
cinap_lenrek 2013-10-17 12:02:45 +02:00
parent e30f50283c
commit a5e9641906
15 changed files with 24 additions and 24 deletions

View file

@ -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