summaryrefslogtreecommitdiff
path: root/Plan9/mips
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2013-06-08 07:17:20 +0000
committerCharles Forsyth <charles.forsyth@gmail.com>2013-06-08 07:17:20 +0000
commit1981fff245dfce579ef416fa767eb69d462039e9 (patch)
treeacc61d7982e0fddfcd22e1cc64472ecf53f2a8db /Plan9/mips
parent9f260b3b399e71fd86b7d17ee3303f06fbee8da5 (diff)
Rune from ushort to uint
Diffstat (limited to 'Plan9/mips')
-rw-r--r--Plan9/mips/include/u.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plan9/mips/include/u.h b/Plan9/mips/include/u.h
index 9df12bff..eb908e6d 100644
--- a/Plan9/mips/include/u.h
+++ b/Plan9/mips/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