From eaaa82bd9c1e24a83dcea3857f5fd75d0dfb6de5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Mar 2015 13:21:18 +0200 Subject: New consolidated load/match/build loop --- build/parser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/parser') diff --git a/build/parser b/build/parser index 0d42d73..164cf10 100644 --- a/build/parser +++ b/build/parser @@ -28,7 +28,7 @@ namespace build // Issue diagnostics and throw failed in case of an error. // void - parse_buildfile (std::istream&, const path&, scope& base, scope& root); + parse_buildfile (std::istream&, const path&, scope& root, scope& base); buildspec parse_buildspec (std::istream&, const std::string& name); -- cgit v1.1