diff options
Diffstat (limited to 'libbuild2/file.hxx')
-rw-r--r-- | libbuild2/file.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx index f64f130..856a248 100644 --- a/libbuild2/file.hxx +++ b/libbuild2/file.hxx @@ -161,10 +161,9 @@ namespace build2 LIBBUILD2_SYMEXPORT value& bootstrap_out (scope& root, optional<bool>& altn); - // Bootstrap the project's root scope, the src part. Return true if we - // loaded anything (which confirms the src_root is not bogus). + // Bootstrap the project's root scope, the src part. // - LIBBUILD2_SYMEXPORT bool + LIBBUILD2_SYMEXPORT void bootstrap_src (scope& root, optional<bool>& altn); // Return true if this scope has already been bootstrapped, that is, the |