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.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/parser.cxx') diff --git a/build/parser.cxx b/build/parser.cxx index c7687d3..4e8987e 100644 --- a/build/parser.cxx +++ b/build/parser.cxx @@ -38,7 +38,7 @@ namespace build typedef token_type type; void parser:: - parse_buildfile (istream& is, const path& p, scope& base, scope& root) + parse_buildfile (istream& is, const path& p, scope& root, scope& base) { string rw (diag_relative_work (p)); path_ = &rw; -- cgit v1.1