From 1981fff245dfce579ef416fa767eb69d462039e9 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Sat, 8 Jun 2013 07:17:20 +0000 Subject: Rune from ushort to uint --- Inferno/386/include/u.h | 2 +- Inferno/arm/include/u.h | 2 +- Inferno/mips/include/u.h | 2 +- Inferno/power/include/u.h | 2 +- Inferno/sparc/include/u.h | 2 +- Inferno/spim/include/u.h | 2 +- Inferno/thumb/include/u.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'Inferno') 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 diff --git a/Inferno/arm/include/u.h b/Inferno/arm/include/u.h index e3d6e897..ddefe4f4 100644 --- a/Inferno/arm/include/u.h +++ b/Inferno/arm/include/u.h @@ -7,7 +7,7 @@ typedef unsigned int uint; typedef signed char schar; typedef long long vlong; typedef unsigned long long uvlong; -typedef ushort Rune; +typedef uint Rune; typedef union FPdbleword FPdbleword; typedef long jmp_buf[2]; #define JMPBUFSP 0 diff --git a/Inferno/mips/include/u.h b/Inferno/mips/include/u.h index 9df12bff..eb908e6d 100644 --- a/Inferno/mips/include/u.h +++ b/Inferno/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 diff --git a/Inferno/power/include/u.h b/Inferno/power/include/u.h index 61e7d236..2108776a 100644 --- a/Inferno/power/include/u.h +++ b/Inferno/power/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 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 diff --git a/Inferno/spim/include/u.h b/Inferno/spim/include/u.h index 8a57b3a2..5181c25d 100644 --- a/Inferno/spim/include/u.h +++ b/Inferno/spim/include/u.h @@ -6,7 +6,7 @@ typedef unsigned int uint; typedef signed char schar; typedef long long vlong; typedef unsigned long long uvlong; -typedef ushort Rune; +typedef uint Rune; typedef union FPdbleword FPdbleword; typedef long jmp_buf[2]; #define JMPBUFSP 0 diff --git a/Inferno/thumb/include/u.h b/Inferno/thumb/include/u.h index 2ab381d2..a65431ad 100644 --- a/Inferno/thumb/include/u.h +++ b/Inferno/thumb/include/u.h @@ -7,7 +7,7 @@ typedef unsigned int uint; typedef signed char schar; typedef long long vlong; typedef unsigned long long uvlong; -typedef ushort Rune; +typedef uint Rune; typedef union FPdbleword FPdbleword; typedef long jmp_buf[2]; #define JMPBUFSP 0 -- cgit v1.2.3