summaryrefslogtreecommitdiff
path: root/cli/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-27 18:18:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-27 18:18:57 +0200
commitbf3b6fe73a414edb5fbb1da29baa7e882dd982a8 (patch)
tree77b169a38e811e804dbcf5752c15757728b04163 /cli/context.hxx
parentccd5c82d2bf0fed8b116c465c02bdec49552c994 (diff)
Add inline qualifier string
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_;
};