aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/module.cxx')
-rw-r--r--build2/cli/module.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/build2/cli/module.cxx b/build2/cli/module.cxx
index 13325d9..01d606f 100644
--- a/build2/cli/module.cxx
+++ b/build2/cli/module.cxx
@@ -25,14 +25,14 @@ namespace build2
{
static compile compile_;
- extern "C" bool
- cli_init (scope& root,
- scope& base,
- const location& loc,
- unique_ptr<module_base>&,
- bool first,
- bool optional,
- const variable_map& config_hints)
+ bool
+ init (scope& root,
+ scope& base,
+ const location& loc,
+ unique_ptr<module_base>&,
+ bool first,
+ bool optional,
+ const variable_map& config_hints)
{
tracer trace ("cli::init");
l5 ([&]{trace << "for " << base.out_path ();});