aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/parser.hxx')
-rw-r--r--libbuild2/parser.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/parser.hxx b/libbuild2/parser.hxx
index 007e508..1095eeb 100644
--- a/libbuild2/parser.hxx
+++ b/libbuild2/parser.hxx
@@ -138,7 +138,8 @@ namespace build2
void
parse_recipe (token&, token_type&,
const token&,
- small_vector<shared_ptr<adhoc_rule>, 1>&);
+ small_vector<shared_ptr<adhoc_rule>, 1>&,
+ const string& = {});
// Ad hoc target names inside < ... >.
//