aboutsummaryrefslogtreecommitdiff
path: root/build/parser
diff options
context:
space:
mode:
Diffstat (limited to 'build/parser')
-rw-r--r--build/parser2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parser b/build/parser
index 4f099fe..53fc83c 100644
--- a/build/parser
+++ b/build/parser
@@ -77,7 +77,7 @@ namespace build
lexer* lexer_;
scope* scope_;
- token peek_ {token_type::eos, 0, 0};
+ token peek_ {token_type::eos, false, 0, 0};
bool peeked_ {false};
std::unordered_set<path> include_;