From 1346f4cd0d20a5dc7e0471edbbb6ce00f2da5c18 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Jun 2021 08:34:38 +0200 Subject: Redo fallback reverse operation machinery in ad hoc recipes --- libbuild2/operation.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbuild2/operation.hxx') diff --git a/libbuild2/operation.hxx b/libbuild2/operation.hxx index cfd6a95..de3ae7c 100644 --- a/libbuild2/operation.hxx +++ b/libbuild2/operation.hxx @@ -233,8 +233,7 @@ namespace build2 // proxied through these functions. // bool (*adhoc_match) (const adhoc_rule&, - action, target&, const string&, match_extra&, - optional); + action, target&, const string&, match_extra&); recipe (*adhoc_apply) (const adhoc_rule&, action, target&, match_extra&); }; -- cgit v1.1