diff options
| author | forsyth <forsyth@vitanuova.com> | 2012-01-03 21:08:02 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2012-01-03 21:08:02 +0000 |
| commit | cd03a2dc3bfa8e793b2e4702966706c10d69b314 (patch) | |
| tree | 5f08b409b6137c3a57f739f816efb10176269b66 /MacOSX/power | |
| parent | 70847ce7c3d2ee9800014eb328f362b8e335ac76 (diff) | |
20120103-2107
Diffstat (limited to 'MacOSX/power')
| -rw-r--r-- | MacOSX/power/include/lib9.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/MacOSX/power/include/lib9.h b/MacOSX/power/include/lib9.h index 0c1ed055..ff396e78 100644 --- a/MacOSX/power/include/lib9.h +++ b/MacOSX/power/include/lib9.h @@ -43,6 +43,15 @@ typedef unsigned short u16int; typedef unsigned char u8int; typedef unsigned long uintptr; +typedef signed char int8; +typedef unsigned char uint8; +typedef short int16; +typedef unsigned short uint16; +typedef int int32; +typedef unsigned int uint32; +typedef long long int64; +typedef unsigned long long uint64; + /* handle conflicts with host os libs */ #define getwd infgetwd #define scalb infscalb @@ -50,7 +59,6 @@ typedef unsigned long uintptr; #define panic infpanic #define rint infrint #define rcmd infrcmd -#undef isnan #define pow10 infpow10 #ifndef EMU |
