diff -r 8e2f7a031410 -r 2e333a3ca49a common.h --- a/common.h Mon Aug 13 19:12:21 2012 +0300 +++ b/common.h Mon Aug 13 23:10:39 2012 +0300 @@ -120,7 +120,7 @@ // Byte datatype // typedef unsigned long int word; typedef int32_t word; -typedef uint8_t byte; +typedef unsigned char byte; // Keywords #ifndef __MAIN_CXX__