From cf1670f9a6541e42f22d58e2de5940e64cb6637e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 15 May 2020 06:50:05 +0200 Subject: Implement ad hoc recipe sharing and locking --- libbuild2/parser.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libbuild2/parser.hxx') 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, 1>&); // Ad hoc target names inside < ... >. // -- cgit v1.1