diff options
Diffstat (limited to 'src/op.h')
-rw-r--r-- | src/op.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -262,8 +262,9 @@ private: } public: - ptr_op_t compile(scope_t& scope); - value_t calc(scope_t& scope, ptr_op_t * locus = NULL); + ptr_op_t compile(scope_t& scope, const int depth = 0); + value_t calc(scope_t& scope, ptr_op_t * locus = NULL, + const int depth = 0); struct context_t { |