]> git.lizzy.rs Git - plan9front.git/blobdiff - amd64/include/u.h
change Rune from ushort to uint for to 21 bit runes (thanks mischief!)
[plan9front.git] / amd64 / include / u.h
index 8dce5066fcb92b2e4ba821abdbfd14a4db0c5f7c..742de10355ebff15afdda3465ed13c06b72093de 100644 (file)
@@ -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 long uintptr;
 typedef unsigned long  usize;
-typedef        ushort          Rune;
+typedef        uint            Rune;
 typedef union FPdbleword FPdbleword;
 typedef uintptr                jmp_buf[2];
 #define        JMPBUFSP        0