aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/types.hxx')
-rw-r--r--build2/cc/types.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/types.hxx b/build2/cc/types.hxx
index e10eca6..4403e4c 100644
--- a/build2/cc/types.hxx
+++ b/build2/cc/types.hxx
@@ -49,7 +49,7 @@ namespace build2
struct unit
{
- unit_type type;
+ unit_type type = unit_type::non_modular;
build2::cc::module_info module_info;
};