From cfb91e263c22f6f81ae05a2027a2befac6d41e06 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 10:50:50 +0200 Subject: Add --reserved-name option --- cli/context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/context.cxx') 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 "; -- cgit v1.1