diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-10-18 15:13:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-10-18 18:31:39 +0300 |
commit | b408d19f614b47670cd0a0def501266f0d7689b5 (patch) | |
tree | bb6bceee609507fb5ef5c2559934622c1737a259 /libbuild2/script/lexer.hxx | |
parent | 329aa22d9f8e72596b909d2110e11976949155fa (diff) |
Fix unexpected 'unterminated double-quoted sequence' script error
Diffstat (limited to 'libbuild2/script/lexer.hxx')
-rw-r--r-- | libbuild2/script/lexer.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/script/lexer.hxx b/libbuild2/script/lexer.hxx index dbfdfcc..3cbcc03 100644 --- a/libbuild2/script/lexer.hxx +++ b/libbuild2/script/lexer.hxx @@ -112,6 +112,8 @@ namespace build2 const redirect_aliases_type& redirect_aliases; protected: + using build2::lexer::mode; // Getter. + lexer (istream& is, const path_name& name, uint64_t line, const char* escapes, bool set_mode, |