summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-04-04 02:28:07 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-04-04 02:28:07 -0500
commit322d55823e682766e15adaaf54907a42d5ae4ab2 (patch)
treeddfd95468f9d4d7164eadbfff641bc121efca8e6 /src/item.h
parent5a615ec680190222e25047366f166f9daf89c69f (diff)
downloadfork-ledger-322d55823e682766e15adaaf54907a42d5ae4ab2.tar.gz
fork-ledger-322d55823e682766e15adaaf54907a42d5ae4ab2.tar.bz2
fork-ledger-322d55823e682766e15adaaf54907a42d5ae4ab2.zip
post.x = y defines metadata tag x
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/item.h b/src/item.h
index c56fba27..8d9a79ee 100644
--- a/src/item.h
+++ b/src/item.h
@@ -216,6 +216,8 @@ public:
return _state;
}
+ virtual void define(const symbol_t::kind_t, const string&,
+ expr_t::ptr_op_t);
virtual expr_t::ptr_op_t lookup(const symbol_t::kind_t kind,
const string& name);