diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-25 10:41:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-25 10:41:20 +0200 |
commit | a1f459f8446370704695919b3131653300866ee9 (patch) | |
tree | 8bc4670b2f9355d694e38443d99f506dd0ea9efc /build2/cc/lexer.hxx | |
parent | 0cef93b4e2e9bf39b0ca542876f9ab1af6d0f01d (diff) |
Implement parsing of C++ module declarations
Diffstat (limited to 'build2/cc/lexer.hxx')
-rw-r--r-- | build2/cc/lexer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/lexer.hxx b/build2/cc/lexer.hxx index 0735b45..146b579 100644 --- a/build2/cc/lexer.hxx +++ b/build2/cc/lexer.hxx @@ -141,7 +141,7 @@ namespace build2 private: const path name_; - fail_mark fail; + const fail_mark fail; }; // Diagnostics plumbing. We assume that any diag stream for which we can |