1.1 diff -r 8d7bd2fa5db6 -r 41804cc569ab type.h 1.2 --- a/type.h Wed Jan 02 10:17:24 2002 +0000 1.3 +++ b/type.h Wed Jan 02 10:17:48 2002 +0000 1.4 @@ -1,4 +1,7 @@ 1.5 typedef unsigned char u8; 1.6 typedef unsigned short u16; 1.7 typedef unsigned int u32; 1.8 + 1.9 +typedef int s32; 1.10 + 1.11 typedef int boolean;