From 61617d7bb990f04970c6357d8e9a9095174d8fc4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 26 Jun 2016 16:36:53 +0200 Subject: Minor module interface cleanups --- build2/module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/module') 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. // -- cgit v1.1