diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-04 16:33:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-04 16:33:51 +0200 |
commit | 7eed858cac7e8ff78626bdc5d63a7f36ca8f8010 (patch) | |
tree | 225dd25e354c4f6234dbf2c02608ec6545dcd688 /build/parser | |
parent | c76fe316122969986103d243706dc7fa7ab6ddc1 (diff) |
Move roots and bases to appropriate scopes
Diffstat (limited to 'build/parser')
-rw-r--r-- | build/parser | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/parser b/build/parser index e5aeb60..6e0be34 100644 --- a/build/parser +++ b/build/parser @@ -92,6 +92,9 @@ namespace build scope* scope_; target* default_target_; + const path* out_root_; + const path* src_root_; + token peek_ {token_type::eos, false, 0, 0}; bool peeked_ {false}; |