diff options
Diffstat (limited to 'build/parser.cxx')
-rw-r--r-- | build/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parser.cxx b/build/parser.cxx index d887d5f..6eca0e6 100644 --- a/build/parser.cxx +++ b/build/parser.cxx @@ -62,7 +62,7 @@ namespace build lexer_ = &l; scope_ = &s; - token t (type::eos, 0, 0); + token t (type::eos, false, 0, 0); type tt; next (t, tt); |