OPCODE define replaced with opcode_t. T_IDX define replaced with idx_t.

This commit is contained in:
e.gavrin
2014-08-23 00:53:41 +04:00
parent 0eece0be5a
commit a99907670b
30 changed files with 368 additions and 362 deletions
+1 -1
View File
@@ -32,6 +32,6 @@
U32 nums[nums_count];
} */
extern uint8_t *bytecode_data;
OPCODE bytecode_opcodes[MAX_OPCODES];
opcode_t bytecode_opcodes[MAX_OPCODES];
#endif // BYTECODE_LINUX_H