diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-13 10:33:51 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-13 10:33:51 -0500 |
commit | e65fc729bc4d8adaa66b3fd702f93ef790155543 (patch) | |
tree | 7bc8b2cacab9ce1185ba6176434534eee18edcd0 /src/op.h | |
parent | c8dd3d28e3ed39ca93f9aac71a127f15c8d65e4b (diff) | |
download | fork-ledger-e65fc729bc4d8adaa66b3fd702f93ef790155543.tar.gz fork-ledger-e65fc729bc4d8adaa66b3fd702f93ef790155543.tar.bz2 fork-ledger-e65fc729bc4d8adaa66b3fd702f93ef790155543.zip |
Made split_cons_expr a global function
Diffstat (limited to 'src/op.h')
-rw-r--r-- | src/op.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |