Add 'reg_var_decl' opcode

This commit is contained in:
Ilmir Usmanov
2014-07-24 15:45:55 +04:00
parent b4404578ca
commit 1790739b93
4 changed files with 28 additions and 9 deletions
+4 -1
View File
@@ -460,8 +460,11 @@ OP_CODE_DECL_VOID (end_with)
// Variable declaration
OP_CODE_DECL (var_decl, T_IDX,
variable_name)
OP_CODE_DECL (reg_var_decl, T_IDX_IDX,
min,
max)
// TODO New constructor
#endif /* OPCODE_STRUCTURES_H */