Renaming 'construct_decl' opcode to 'construct_n'.

This commit is contained in:
Ruben Ayrapetyan
2014-08-26 12:50:23 +04:00
parent dc3f529307
commit 7a80b7f4f1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ free_string_literal_copy (string_literal_copy *str_lit_descr_p) /**< string lite
op (native_call) \
op (func_decl_n) \
op (varg_list) \
op (construct_decl) \
op (construct_n) \
op (array_decl) \
op (prop) \
op (prop_get_decl) \
+1 -1
View File
@@ -64,7 +64,7 @@ typedef struct
p##_3 (a, call_1, lhs, name_lit_idx, arg1_lit_idx) \
p##_3 (a, call_n, lhs, name_lit_idx, arg1_lit_idx) \
p##_3 (a, native_call, lhs, name, arg_list) \
p##_3 (a, construct_decl, lhs, name_lit_idx, arg_list) \
p##_3 (a, construct_n, lhs, name_lit_idx, arg_list) \
p##_1 (a, func_decl_0, name_lit_idx) \
p##_2 (a, func_decl_1, name_lit_idx, arg1_lit_idx) \
p##_3 (a, func_decl_2, name_lit_idx, arg1_lit_idx, arg2_lit_idx) \