common.h

changeset 50
2e333a3ca49a
parent 47
d84d82213137
child 59
891b9e6ee139
--- 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__

mercurial