summaryrefslogtreecommitdiff
path: root/Inferno/sparc/include/u.h
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 /Inferno/sparc/include/u.h
parent9f260b3b399e71fd86b7d17ee3303f06fbee8da5 (diff)
Rune from ushort to uint
Diffstat (limited to 'Inferno/sparc/include/u.h')
-rw-r--r--Inferno/sparc/include/u.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Inferno/sparc/include/u.h b/Inferno/sparc/include/u.h
index 6c0bd3f2..ff9a3eaf 100644
--- a/Inferno/sparc/include/u.h
+++ b/Inferno/sparc/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