From 813e4744038ec3a1ca8095111074c1cb2a824d83 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Nov 2015 14:53:52 +0200 Subject: Implement entire page usage generation --- cli/runtime-inline.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/runtime-inline.cxx') diff --git a/cli/runtime-inline.cxx b/cli/runtime-inline.cxx index cb0e0e4..15efa8d 100644 --- a/cli/runtime-inline.cxx +++ b/cli/runtime-inline.cxx @@ -14,7 +14,7 @@ generate_runtime_inline (context& ctx) string const& inl (ctx.inl); string const& os_type (ctx.options.ostream_type ()); - ctx.cli_open (); + ctx.ns_open (ctx.cli); // unknown_mode // @@ -305,5 +305,5 @@ generate_runtime_inline (context& ctx) << "}"; } - ctx.cli_close (); + ctx.ns_close (ctx.cli); } -- cgit v1.1