From e65fc729bc4d8adaa66b3fd702f93ef790155543 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 13 Mar 2012 10:33:51 -0500 Subject: Made split_cons_expr a global function --- src/op.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/op.h') diff --git a/src/op.h b/src/op.h index 03fcf816..973ba67f 100644 --- a/src/op.h +++ b/src/op.h @@ -371,6 +371,8 @@ expr_t::op_t::wrap_functor(expr_t::func_t fobj) { string op_context(const expr_t::ptr_op_t op, const expr_t::ptr_op_t locus = NULL); +value_t split_cons_expr(expr_t::ptr_op_t op); + } // namespace ledger #endif // _OP_H -- cgit v1.2.3