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, 3 insertions, 0 deletions
diff --git a/libbuild2/parser.hxx b/libbuild2/parser.hxx
index 8b6179c..04a8e5c 100644
--- a/libbuild2/parser.hxx
+++ b/libbuild2/parser.hxx
@@ -36,6 +36,9 @@ namespace build2
void
parse_buildfile (istream&, const path& name, scope& root, scope& base);
+ void
+ parse_buildfile (lexer&, scope& root, scope& base);
+
buildspec
parse_buildspec (istream&, const path& name);