aboutsummaryrefslogtreecommitdiff
path: root/build2/module
diff options
context:
space:
mode:
Diffstat (limited to 'build2/module')
-rw-r--r--build2/module6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/module b/build2/module
index 25574d1..dcfe5d0 100644
--- a/build2/module
+++ b/build2/module
@@ -76,11 +76,11 @@ namespace build2
// (false can only be returned if optional).
//
bool
- load_module (bool optional,
- const string& name,
+ load_module (const string& name,
scope& root,
scope& base,
- const location&);
+ const location&,
+ bool optional = false);
// Builtin modules.
//