aboutsummaryrefslogtreecommitdiff
path: root/build2/bin/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bin/module.cxx')
-rw-r--r--build2/bin/module.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/build2/bin/module.cxx b/build2/bin/module.cxx
index d5df054..70a2b98 100644
--- a/build2/bin/module.cxx
+++ b/build2/bin/module.cxx
@@ -30,14 +30,14 @@ namespace build2
static const strings liba_lib {"static"};
static const strings libso_lib {"shared"};
- extern "C" bool
- bin_init (scope& r,
- scope& b,
- const location&,
- unique_ptr<module_base>&,
- bool first,
- bool,
- const variable_map& config_hints)
+ bool
+ init (scope& r,
+ scope& b,
+ const location&,
+ unique_ptr<module_base>&,
+ bool first,
+ bool,
+ const variable_map& config_hints)
{
tracer trace ("bin::init");
l5 ([&]{trace << "for " << b.out_path ();});