summaryrefslogtreecommitdiff
path: root/cli/context.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-04 10:50:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-04 10:50:50 +0200
commitcfb91e263c22f6f81ae05a2027a2befac6d41e06 (patch)
tree182e84e03664f77d4f37f462abc4d3f6b3966435 /cli/context.cxx
parent68803e8bc8888abdc65cba1a1a6d8b4e9eeea27e (diff)
Add --reserved-name option
Diffstat (limited to 'cli/context.cxx')
-rw-r--r--cli/context.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/context.cxx b/cli/context.cxx
index 1af10e8..b82a318 100644
--- a/cli/context.cxx
+++ b/cli/context.cxx
@@ -16,7 +16,7 @@ context (ostream& os_, semantics::cli_unit& unit_, options_type const& ops)
unit (unit_),
options (ops),
inl (data_->inl_),
- reserved_name_map (data_->reserved_name_map_)
+ reserved_name_map (options.reserved_name ())
{
if (!options.suppress_inline ())
inl = "inline ";