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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx
index 58b6e13..7bf182e 100644
--- a/build2/cc/compile.hxx
+++ b/build2/cc/compile.hxx
@@ -102,9 +102,9 @@ namespace build2
pair<auto_rmfile, bool>
extract_headers (action, file&, lorder,
const file&, const match_data&,
- depdb&, bool&) const;
+ depdb&, bool&, timestamp) const;
- translation_unit
+ pair<translation_unit, string>
parse_unit (action, file&, lorder,
const file&, auto_rmfile&, const match_data&) const;