1.1 --- a/type.h Mon Aug 26 05:43:49 2002 +0000
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,7 +0,0 @@
1.4 -typedef unsigned char u8;
1.5 -typedef unsigned short u16;
1.6 -typedef unsigned int u32;
1.7 -
1.8 -typedef int s32;
1.9 -
1.10 -typedef int boolean;