aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile.hxx')
-rw-r--r--build2/cc/compile.hxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx
index 0f8843e..d1902a0 100644
--- a/build2/cc/compile.hxx
+++ b/build2/cc/compile.hxx
@@ -81,16 +81,8 @@ namespace build2
const target_type*
map_extension (const scope&, const string&, const string&) const;
- // Header dependency injection. Return true if any were updated.
- //
- void
- inject (action,
- file&,
- lorder,
- const file&,
- depdb&,
- auto_rmfile&,
- bool&) const;
+ pair<auto_rmfile, bool>
+ inject (action, file&, lorder, const file&, depdb&, bool&) const;
private:
const string rule_id;