1.1 diff -r bfc6aaa089b0 -r 3d0be1c1c1b2 type.h 1.2 --- a/type.h Mon Aug 26 05:43:49 2002 +0000 1.3 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.4 @@ -1,7 +0,0 @@ 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;