From 8c30c59de2d304a416dfd4fcb821e0b227e5db96 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Sep 2019 15:57:52 +0200 Subject: Rename importable_headers variable to translatable_headers This name aligns better with the post-Cologne importable/translatable semantics. --- libbuild2/cxx/init.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libbuild2/cxx') diff --git a/libbuild2/cxx/init.cxx b/libbuild2/cxx/init.cxx index 5619397..6a449c7 100644 --- a/libbuild2/cxx/init.cxx +++ b/libbuild2/cxx/init.cxx @@ -400,16 +400,16 @@ namespace build2 v.insert ("config.cxx.aoptions", true), v.insert ("config.cxx.libs", true), - // List of importable headers. Inclusion of such headers is translated - // to the corresponding header unit imports. + // List of translatable headers. Inclusions of such headers are + // translated to the corresponding header unit imports. // // A header can be specified either as an absolute and normalized path // or as a <>-style include name. The latter kind is automatically - // translated to the absolute form based on the compiler's system - // header search paths (as opposed to -I). Note also that all entries - // must be specified before loading the cxx module. + // translated to the absolute form based on the compiler's system (as + // opposed to -I) header search paths. Note also that all entries must + // be specified before loading the cxx module. // - &v.insert ("config.cxx.importable_headers", true), + &v.insert ("config.cxx.translatable_headers", true), v.insert ("cxx.path"), v.insert ("cxx.sys_lib_dirs"), @@ -423,7 +423,7 @@ namespace build2 v.insert ("cxx.aoptions"), v.insert ("cxx.libs"), - &v.insert ("cxx.importable_headers"), + &v.insert ("cxx.translatable_headers"), v["cc.poptions"], v["cc.coptions"], -- cgit v1.1