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.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/module.cxx') diff --git a/build2/module.cxx b/build2/module.cxx index cfab057..1334689 100644 --- a/build2/module.cxx +++ b/build2/module.cxx @@ -50,11 +50,11 @@ namespace build2 } bool - load_module (bool opt, - const string& name, + load_module (const string& name, scope& rs, scope& bs, - const location& loc) + const location& loc, + bool opt) { // First see if this modules has already been loaded for this project. // -- cgit v1.1