diff -r ee42f4442566 -r 4e686b771996 src/types.h --- a/src/types.h Thu May 09 04:01:37 2013 +0300 +++ b/src/types.h Thu May 09 17:03:44 2013 +0300 @@ -23,8 +23,8 @@ #include "misc.h" typedef unsigned int uint; -typedef short unsigned int ushort; -typedef long unsigned int ulong; +typedef unsigned short ushort; +typedef unsigned long ulong; // Typedef out the _t suffices :) typedef int8_t int8;