aboutsummaryrefslogtreecommitdiff
path: root/build/parser.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-03-20 13:21:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-03-20 13:21:18 +0200
commiteaaa82bd9c1e24a83dcea3857f5fd75d0dfb6de5 (patch)
tree9d849682e5c8fb971382843064ea0c286d753cba /build/parser.cxx
parentb6e72877a1a26a6ae16961728ee57e45f657f717 (diff)
New consolidated load/match/build loop
Diffstat (limited to 'build/parser.cxx')
-rw-r--r--build/parser.cxx2
1 files changed, 1 insertions, 1 deletions
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;