aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/module.cxx')
-rw-r--r--build2/cxx/module.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/build2/cxx/module.cxx b/build2/cxx/module.cxx
index 7e9b5e2..71304c8 100644
--- a/build2/cxx/module.cxx
+++ b/build2/cxx/module.cxx
@@ -29,14 +29,14 @@ namespace build2
{
namespace cxx
{
- extern "C" bool
- cxx_init (scope& r,
- scope& b,
- const location& loc,
- unique_ptr<module_base>&,
- bool first,
- bool,
- const variable_map& config_hints)
+ bool
+ init (scope& r,
+ scope& b,
+ const location& loc,
+ unique_ptr<module_base>&,
+ bool first,
+ bool,
+ const variable_map& config_hints)
{
tracer trace ("cxx::init");
l5 ([&]{trace << "for " << b.out_path ();});