From 011f35b730817034168369be1a7bd62b31146b64 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 7 Feb 2009 04:27:28 -0400 Subject: Implemented expr_context. --- src/op.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/op.cc') diff --git a/src/op.cc b/src/op.cc index 7f44ac16..53f5b9e6 100644 --- a/src/op.cc +++ b/src/op.cc @@ -490,7 +490,8 @@ void expr_t::op_t::dump(std::ostream& out, const int depth) const } } -string op_context(const expr_t::ptr_op_t op, const expr_t::ptr_op_t goal) +string op_context(const expr_t::ptr_op_t op, + const expr_t::ptr_op_t goal) { ostream_pos_type start_pos, end_pos; expr_t::op_t::context_t context(op, goal, &start_pos, &end_pos); -- cgit v1.2.3