aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/common.hxx')
-rw-r--r--build2/cc/common.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx
index c22140c..3abb086 100644
--- a/build2/cc/common.hxx
+++ b/build2/cc/common.hxx
@@ -63,8 +63,9 @@ namespace build2
const variable& c_export_loptions;
const variable& c_export_libs;
- const variable& c_type; // cc.type
- const variable& c_system; // cc.system
+ const variable& c_type; // cc.type
+ const variable& c_system; // cc.system
+ const variable& c_reprocess; // cc.reprocess
const variable& x_std;