summaryrefslogtreecommitdiff
path: root/MacOSX
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2013-06-08 07:14:37 +0000
committerCharles Forsyth <charles.forsyth@gmail.com>2013-06-08 07:14:37 +0000
commit9f260b3b399e71fd86b7d17ee3303f06fbee8da5 (patch)
treec3a0d777aff6e710495e7c1b1702d7567f281714 /MacOSX
parentcc801e51faec0b896f3c9df979bf8fe9111b0cc2 (diff)
Rune from ushort to uint
Diffstat (limited to 'MacOSX')
-rw-r--r--MacOSX/386/include/lib9.h2
-rw-r--r--MacOSX/power/include/lib9.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/MacOSX/386/include/lib9.h b/MacOSX/386/include/lib9.h
index 3bc4d05e..c138227b 100644
--- a/MacOSX/386/include/lib9.h
+++ b/MacOSX/386/include/lib9.h
@@ -34,7 +34,7 @@ typedef unsigned long ulong;
typedef signed char schar;
typedef long long vlong;
typedef unsigned long long uvlong;
-typedef ushort Rune;
+typedef unsigned int Rune;
typedef unsigned int u32int;
typedef uvlong u64int;
diff --git a/MacOSX/power/include/lib9.h b/MacOSX/power/include/lib9.h
index d632ac3a..b00716b1 100644
--- a/MacOSX/power/include/lib9.h
+++ b/MacOSX/power/include/lib9.h
@@ -34,7 +34,7 @@ typedef unsigned long ulong;
typedef signed char schar;
typedef long long vlong;
typedef unsigned long long uvlong;
-typedef ushort Rune;
+typedef unsigned int Rune;
typedef unsigned int u32int;
typedef uvlong u64int;