aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/module
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/module')
-rw-r--r--build2/cxx/module9
1 files changed, 7 insertions, 2 deletions
diff --git a/build2/cxx/module b/build2/cxx/module
index 39d1218..254eb44 100644
--- a/build2/cxx/module
+++ b/build2/cxx/module
@@ -15,8 +15,13 @@ namespace build2
namespace cxx
{
extern "C" bool
- cxx_init (
- scope&, scope&, const location&, unique_ptr<module_base>&, bool, bool);
+ cxx_init (scope&,
+ scope&,
+ const location&,
+ unique_ptr<module_base>&,
+ bool,
+ bool,
+ const variable_map&);
}
}