diff options
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}; |