aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/init.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-04 12:41:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-04 12:41:32 +0200
commit398134d2b4d362f857de5d2c94942e919d0bc534 (patch)
tree03c5e1ce206a477fe41d344dae51b48aee73666b /build2/cc/init.hxx
parent2c8294b069f5df30d281e0f4f580f6f313a50eb2 (diff)
Implement better cross-hinting between c-family modules
Diffstat (limited to 'build2/cc/init.hxx')
-rw-r--r--build2/cc/init.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/build2/cc/init.hxx b/build2/cc/init.hxx
index 9eab424..38d8753 100644
--- a/build2/cc/init.hxx
+++ b/build2/cc/init.hxx
@@ -24,6 +24,15 @@ namespace build2
const variable_map&);
bool
+ core_guess_init (scope&,
+ scope&,
+ const location&,
+ unique_ptr<module_base>&,
+ bool,
+ bool,
+ const variable_map&);
+
+ bool
core_config_init (scope&,
scope&,
const location&,