aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/init
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-23 06:27:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-23 06:27:54 +0200
commit960b9a32557ad054707cc1540441057808db2d8f (patch)
treedffe2a6e82cf657209ff944b7529cdb94e1905ad /build2/cc/init
parent2f505c143d969b87c532bb4852d275c8eb9a5dae (diff)
Rename cc.{vars,config} modules to cc.core.{vars,config}
We are going to use cc.config for something else.
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&,