From 960b9a32557ad054707cc1540441057808db2d8f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 23 Aug 2016 06:27:54 +0200 Subject: Rename cc.{vars,config} modules to cc.core.{vars,config} We are going to use cc.config for something else. --- build2/cc/init | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'build2/cc/init') 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&, - bool, - bool, - const variable_map&); + core_vars_init (scope&, + scope&, + const location&, + unique_ptr&, + bool, + bool, + const variable_map&); bool - config_init (scope&, - scope&, - const location&, - unique_ptr&, - bool, - bool, - const variable_map&); + core_config_init (scope&, + scope&, + const location&, + unique_ptr&, + bool, + bool, + const variable_map&); bool core_init (scope&, -- cgit v1.1