From 3e10322425fa0a3cf6e125bc6f9d833b015cc9b5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Sep 2010 10:52:55 +0200 Subject: Implement the --cli-namespace option --- cli/runtime-inline.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cli/runtime-inline.cxx') diff --git a/cli/runtime-inline.cxx b/cli/runtime-inline.cxx index da2decf..753e86b 100644 --- a/cli/runtime-inline.cxx +++ b/cli/runtime-inline.cxx @@ -13,8 +13,7 @@ generate_runtime_inline (context& ctx) ostream& os (ctx.os); string const& inl (ctx.inl); - os << "namespace cli" - << "{"; + ctx.cli_open (); // unknown_mode // @@ -212,5 +211,5 @@ generate_runtime_inline (context& ctx) << "}"; } - os << "}"; // namespace cli + ctx.cli_close (); } -- cgit v1.1