diff options
Diffstat (limited to 'power/include')
| -rw-r--r-- | power/include/u.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/power/include/u.h b/power/include/u.h index f84422ccf..27a88d274 100644 --- a/power/include/u.h +++ b/power/include/u.h @@ -3,12 +3,12 @@ typedef unsigned short ushort; typedef unsigned char uchar; typedef unsigned long ulong; typedef unsigned int uint; -typedef signed char schar; +typedef signed char schar; 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 |
