aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/parser.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-05-15 06:50:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-05-27 08:35:29 +0200
commitcf1670f9a6541e42f22d58e2de5940e64cb6637e (patch)
treeefb80b4b34d447b2f36658c7f1a6a70d47547f5b /libbuild2/parser.hxx
parent3861606766939fffd3bf110420e377bf194e02b7 (diff)
Implement ad hoc recipe sharing and locking
Diffstat (limited to 'libbuild2/parser.hxx')
-rw-r--r--libbuild2/parser.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/libbuild2/parser.hxx b/libbuild2/parser.hxx
index 5b930c5..7a44e65 100644
--- a/libbuild2/parser.hxx
+++ b/libbuild2/parser.hxx
@@ -112,7 +112,9 @@ namespace build2
string = string ());
void
- parse_recipe (token&, token_type&, const token&);
+ parse_recipe (token&, token_type&,
+ const token&,
+ small_vector<shared_ptr<adhoc_rule>, 1>&);
// Ad hoc target names inside < ... >.
//