diff options
Diffstat (limited to 'libbuild2/in/rule.cxx')
-rw-r--r-- | libbuild2/in/rule.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/in/rule.cxx b/libbuild2/in/rule.cxx index 941f44d..faf1ec1 100644 --- a/libbuild2/in/rule.cxx +++ b/libbuild2/in/rule.cxx @@ -418,7 +418,7 @@ namespace build2 void rule:: process (const location& l, action a, const target& t, - depdb& dd, size_t dd_skip, + depdb& dd, size_t& dd_skip, string& s, size_t b, const char* nl, char sym, @@ -496,7 +496,7 @@ namespace build2 optional<string> rule:: substitute (const location& l, action a, const target& t, - depdb& dd, size_t dd_skip, + depdb& dd, size_t& dd_skip, const string& n, optional<uint64_t> flags, bool strict, |