From c4fcbad1cb603756dc4dac65392feb86be1a722d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Jan 2020 09:19:06 +0200 Subject: Rename module_base to module, redo module boot/init argument passing --- libbuild2/in/init.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libbuild2/in') diff --git a/libbuild2/in/init.cxx b/libbuild2/in/init.cxx index debdb45..bbf5d43 100644 --- a/libbuild2/in/init.cxx +++ b/libbuild2/in/init.cxx @@ -23,10 +23,9 @@ namespace build2 base_init (scope& rs, scope&, const location&, - unique_ptr&, bool first, bool, - const variable_map&) + module_init_extra&) { tracer trace ("in::base_init"); l5 ([&]{trace << "for " << rs;}); @@ -74,10 +73,9 @@ namespace build2 init (scope& rs, scope& bs, const location& loc, - unique_ptr&, bool, bool, - const variable_map&) + module_init_extra&) { tracer trace ("in::init"); l5 ([&]{trace << "for " << bs;}); -- cgit v1.1