From 60c2438c4aec9b4bf1c64878534e83152ab7a88e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 24 Jul 2018 10:46:16 +0200 Subject: Switch to new GCC module interface (-fmodule-mapper) --- build2/cc/types.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/cc/types.hxx') diff --git a/build2/cc/types.hxx b/build2/cc/types.hxx index 6dc7632..d50c067 100644 --- a/build2/cc/types.hxx +++ b/build2/cc/types.hxx @@ -27,9 +27,9 @@ namespace build2 struct module_info { - string name; // Not empty if a module unit. - bool iface; // True if a module interface unit. - module_imports imports; // Imported modules. + string name; // Not empty if a module unit. + bool iface = false; // True if a module interface unit. + module_imports imports; // Imported modules. }; enum class translation_type {plain, module_iface, module_impl}; -- cgit v1.1