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/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/file.cxx') diff --git a/build2/file.cxx b/build2/file.cxx index f5ce91c..8b6291a 100644 --- a/build2/file.cxx +++ b/build2/file.cxx @@ -781,7 +781,7 @@ namespace build2 if (s.boot) { - load_module (false, n, root, root, s.loc); + load_module (n, root, root, s.loc); assert (!s.boot); } } -- cgit v1.1