From 9b13e77ff5d8cb7ce74c8560364609213a2f8aee Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 25 Oct 2009 04:37:27 -0400 Subject: Improved debug output of "--debug expr.calc" --- src/op.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/op.h') diff --git a/src/op.h b/src/op.h index 1f9af185..c79ed3f6 100644 --- a/src/op.h +++ b/src/op.h @@ -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 { -- cgit v1.2.3