--- 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__