diff options
Diffstat (limited to 'Inferno/386/include')
| -rw-r--r-- | Inferno/386/include/u.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Inferno/386/include/u.h b/Inferno/386/include/u.h index 5c07da93..fc13e92b 100644 --- a/Inferno/386/include/u.h +++ b/Inferno/386/include/u.h @@ -7,7 +7,7 @@ typedef signed char schar; typedef long long vlong; typedef unsigned long long uvlong; typedef unsigned long uintptr; -typedef ushort Rune; +typedef uint Rune; typedef union FPdbleword FPdbleword; typedef long jmp_buf[2]; #define JMPBUFSP 0 |
