49:8e2f7a031410 | 50:2e333a3ca49a |
---|---|
118 } | 118 } |
119 | 119 |
120 // Byte datatype | 120 // Byte datatype |
121 // typedef unsigned long int word; | 121 // typedef unsigned long int word; |
122 typedef int32_t word; | 122 typedef int32_t word; |
123 typedef uint8_t byte; | 123 typedef unsigned char byte; |
124 | 124 |
125 // Keywords | 125 // Keywords |
126 #ifndef __MAIN_CXX__ | 126 #ifndef __MAIN_CXX__ |
127 extern const char** g_Keywords; | 127 extern const char** g_Keywords; |
128 #endif | 128 #endif |