aboutsummaryrefslogtreecommitdiff
path: root/build2/install/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install/module.cxx')
-rw-r--r--build2/install/module.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/build2/install/module.cxx b/build2/install/module.cxx
index 6a7e500..5a18899 100644
--- a/build2/install/module.cxx
+++ b/build2/install/module.cxx
@@ -100,8 +100,8 @@ namespace build2
static alias_rule alias_;
static file_rule file_;
- extern "C" void
- install_boot (scope& r, const location&, unique_ptr<module_base>&)
+ void
+ boot (scope& r, const location&, unique_ptr<module_base>&)
{
tracer trace ("install::boot");
@@ -112,14 +112,14 @@ namespace build2
r.operations.insert (install_id, install);
}
- extern "C" bool
- install_init (scope& r,
- scope& b,
- const location& l,
- unique_ptr<module_base>&,
- bool first,
- bool,
- const variable_map& config_hints)
+ bool
+ init (scope& r,
+ scope& b,
+ const location& l,
+ unique_ptr<module_base>&,
+ bool first,
+ bool,
+ const variable_map& config_hints)
{
tracer trace ("install::init");