From 9ec2bdd87659438b4aa021a10c4a4977ef77118e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 5 Jun 2020 06:36:30 +0200 Subject: Add ability to specify ad hoc recipe actions We are reusing the buildspec syntax for that. --- libbuild2/parser.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/parser.hxx') diff --git a/libbuild2/parser.hxx b/libbuild2/parser.hxx index 88b4ad9..78c7d17 100644 --- a/libbuild2/parser.hxx +++ b/libbuild2/parser.hxx @@ -8,11 +8,11 @@ #include #include -#include #include #include #include #include +#include #include #include @@ -496,7 +496,7 @@ namespace build2 // Buildspec. // buildspec - parse_buildspec_clause (token&, token_type&, size_t); + parse_buildspec_clause (token&, token_type&, size_t = 0); // Customization hooks. // -- cgit v1.1