From ea1642b3f969463a49e5a671478c92e4ef129665 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 13 Jun 2010 05:02:14 -0400 Subject: Completely reworked argument passing in expressions --- src/op.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/op.h') diff --git a/src/op.h b/src/op.h index 27fdea3b..aa591b28 100644 --- a/src/op.h +++ b/src/op.h @@ -105,7 +105,6 @@ public: O_DEFINE, O_LOOKUP, O_CALL, - O_EXPAND, O_MATCH, BINARY_OPERATORS, @@ -278,7 +277,7 @@ public: }; bool print(std::ostream& out, const context_t& context = context_t()) const; - void dump(std::ostream& out, const int depth) const; + void dump(std::ostream& out, const int depth = 0) const; static ptr_op_t wrap_value(const value_t& val); static ptr_op_t wrap_functor(const expr_t::func_t& fobj); -- cgit v1.2.3