From 9f260b3b399e71fd86b7d17ee3303f06fbee8da5 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Sat, 8 Jun 2013 07:14:37 +0000 Subject: Rune from ushort to uint --- Irix/mips/include/lib9.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Irix') diff --git a/Irix/mips/include/lib9.h b/Irix/mips/include/lib9.h index 8db78d63..cf6f055f 100644 --- a/Irix/mips/include/lib9.h +++ b/Irix/mips/include/lib9.h @@ -25,7 +25,7 @@ typedef struct Proc Proc; typedef unsigned char uchar; typedef signed char schar; -typedef unsigned short Rune; +typedef unsigned int Rune; typedef long long int vlong; typedef unsigned long long int uvlong; typedef unsigned int u32int; -- cgit v1.2.3