From b5e5368e59e038503d3c22e3ed9cbc24c0d99253 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 31 Jan 2017 10:39:55 +0200 Subject: Add bin.vars module Use in cc to make sure hint variables are already registered. --- build2/bin/init | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build2/bin/init') diff --git a/build2/bin/init b/build2/bin/init index 887fca0..430d789 100644 --- a/build2/bin/init +++ b/build2/bin/init @@ -15,6 +15,15 @@ namespace build2 namespace bin { bool + vars_init (scope&, + scope&, + const location&, + unique_ptr&, + bool, + bool, + const variable_map&); + + bool config_init (scope&, scope&, const location&, -- cgit v1.1