aboutsummaryrefslogtreecommitdiff
path: root/build2/c
diff options
context:
space:
mode:
Diffstat (limited to 'build2/c')
-rw-r--r--build2/c/init.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/c/init.cxx b/build2/c/init.cxx
index 95bfd7c..f33ba9e 100644
--- a/build2/c/init.cxx
+++ b/build2/c/init.cxx
@@ -191,13 +191,13 @@ namespace build2
return true;
}
- static const target_type* hdr[] =
+ static const target_type* const hdr[] =
{
&h::static_type,
nullptr
};
- static const target_type* inc[] =
+ static const target_type* const inc[] =
{
&h::static_type,
&c::static_type,