From b37f1aa6398065be806e6605a023189685669885 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Feb 2017 03:55:15 +0200 Subject: Implement parallel match --- build2/cli/rule | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/cli/rule') diff --git a/build2/cli/rule b/build2/cli/rule index 03fd471..d783c20 100644 --- a/build2/cli/rule +++ b/build2/cli/rule @@ -22,10 +22,10 @@ namespace build2 compile () {} virtual match_result - match (slock&, action, target&, const string& hint) const override; + match (action, target&, const string&) const override; virtual recipe - apply (slock&, action, target&) const override; + apply (action, target&) const override; static target_state perform_update (action, const target&); -- cgit v1.1