diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-13 08:48:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-13 08:58:15 +0200 |
commit | 1adbf7b710d52958f6c0168ccb492252c1f19d4a (patch) | |
tree | 04ce492fd006d3c5cf98222f923adcc9845194f4 /libbuild2/context.cxx | |
parent | 1dbaaa16d0ea2c6af53f16ebb14c943fdd11bac4 (diff) |
Cleanup and make config/utility.?xx part of build system core
Diffstat (limited to 'libbuild2/context.cxx')
-rw-r--r-- | libbuild2/context.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx index 4082e0c..827894b 100644 --- a/libbuild2/context.cxx +++ b/libbuild2/context.cxx @@ -21,6 +21,8 @@ #include <libbuild2/lexer.hxx> #include <libbuild2/parser.hxx> +#include <libbuild2/config/utility.hxx> // config_preprocess_create + using namespace std; using namespace butl; @@ -892,12 +894,4 @@ namespace build2 //text << this_thread::get_id () << " phase restore " << n << " " << o; } - - void (*config_save_variable) (scope&, const variable&, uint64_t); - - const string& (*config_preprocess_create) (context&, - values&, - vector_view<opspec>&, - bool, - const location&); } |