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
@@ -18,7 +18,7 @@
#include "interpreter.h"
void pp_opcode (opcode_counter_t, OPCODE, bool);
void pp_opcode (opcode_counter_t, opcode_t, bool);
void pp_strings (const char **, uint8_t);
void pp_nums (const ecma_number_t *, uint8_t, uint8_t);