diff options
Diffstat (limited to 'libbuild2/cc/compile-rule.hxx')
-rw-r--r-- | libbuild2/cc/compile-rule.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libbuild2/cc/compile-rule.hxx b/libbuild2/cc/compile-rule.hxx index 87d79bb..2d80d18 100644 --- a/libbuild2/cc/compile-rule.hxx +++ b/libbuild2/cc/compile-rule.hxx @@ -143,12 +143,13 @@ namespace build2 pair<auto_rmfile, bool> extract_headers (action, const scope&, file&, linfo, const file&, match_data&, - depdb&, bool&, timestamp) const; + depdb&, bool&, timestamp, module_imports&) const; - pair<unit, string> + string parse_unit (action, file&, linfo, const file&, auto_rmfile&, - const match_data&, const path&) const; + const match_data&, const path&, + unit&) const; void extract_modules (action, const scope&, file&, linfo, |