From 322d55823e682766e15adaaf54907a42d5ae4ab2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 4 Apr 2012 02:28:07 -0500 Subject: post.x = y defines metadata tag x --- src/item.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/item.h') 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); -- cgit v1.2.3