From 8618078b90189fb49e9c0a76ac01d471b51f1e93 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 3 May 2019 13:23:33 +0200 Subject: Rename [config.]cxx.header_units to importable_headers --- build2/cc/types.hxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build2/cc/types.hxx') diff --git a/build2/cc/types.hxx b/build2/cc/types.hxx index 4403e4c..60c9a34 100644 --- a/build2/cc/types.hxx +++ b/build2/cc/types.hxx @@ -21,7 +21,12 @@ namespace build2 // // Note that our terminology doesn't exactly align with the (current) // standard where a header unit is not a module (that is, you either - // import a module unit or a header unit). + // import a "module [interface translation unit]" or a "[synthesized] + // header [translation] unit"). On the other hand, lots of the underlying + // mechanics suggest that a header unit is module-like; they end up having + // BMIs (which stand for "binary module interface"), etc. In a sense, a + // header unit is an "interface unit" for (a part of) the global module + // (maybe a partition). // enum class unit_type { -- cgit v1.1