summaryrefslogtreecommitdiff
path: root/cli/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/context.hxx')
-rw-r--r--cli/context.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/context.hxx b/cli/context.hxx
index eb2e412..ae490c9 100644
--- a/cli/context.hxx
+++ b/cli/context.hxx
@@ -32,12 +32,16 @@ public:
std::ostream& os;
semantics::cli_unit& unit;
+ string& inl;
+
typedef std::map<string, string> reserved_name_map_type;
reserved_name_map_type& reserved_name_map;
private:
struct data
{
+ string inl_;
+
reserved_name_map_type reserved_name_map_;
};