diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-05 06:36:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-05 06:36:30 +0200 |
commit | 9ec2bdd87659438b4aa021a10c4a4977ef77118e (patch) | |
tree | 12580b4d0b82bce80047b067c3bb221b49be7449 /libbuild2/parser.hxx | |
parent | d280946474568925016359be742b59fd6c000c52 (diff) |
Add ability to specify ad hoc recipe actions
We are reusing the buildspec syntax for that.
Diffstat (limited to 'libbuild2/parser.hxx')
-rw-r--r-- | libbuild2/parser.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 <libbuild2/forward.hxx> #include <libbuild2/utility.hxx> -#include <libbuild2/spec.hxx> #include <libbuild2/file.hxx> #include <libbuild2/lexer.hxx> #include <libbuild2/token.hxx> #include <libbuild2/variable.hxx> +#include <libbuild2/buildspec.hxx> #include <libbuild2/diagnostics.hxx> #include <libbuild2/export.hxx> @@ -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. // |