aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/init
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/init')
-rw-r--r--build2/cc/init28
1 files changed, 14 insertions, 14 deletions
diff --git a/build2/cc/init b/build2/cc/init
index d8ebd0e..3e84f51 100644
--- a/build2/cc/init
+++ b/build2/cc/init
@@ -15,22 +15,22 @@ namespace build2
namespace cc
{
bool
- vars_init (scope&,
- scope&,
- const location&,
- unique_ptr<module_base>&,
- bool,
- bool,
- const variable_map&);
+ core_vars_init (scope&,
+ scope&,
+ const location&,
+ unique_ptr<module_base>&,
+ bool,
+ bool,
+ const variable_map&);
bool
- config_init (scope&,
- scope&,
- const location&,
- unique_ptr<module_base>&,
- bool,
- bool,
- const variable_map&);
+ core_config_init (scope&,
+ scope&,
+ const location&,
+ unique_ptr<module_base>&,
+ bool,
+ bool,
+ const variable_map&);
bool
core_init (scope&,