diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-25 13:39:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-25 13:39:57 +0200 |
commit | b1a29c378f517a37a7c74104690c81acafc72ca2 (patch) | |
tree | cd95f818f4866467ed6b76275b6fdcf0b9fc4279 /build2/cc/lexer.hxx | |
parent | 185e4b00521b3aeb67df250f77d2bb88740b6582 (diff) |
Optimize handling of #line directives that don't change file
Diffstat (limited to 'build2/cc/lexer.hxx')
-rw-r--r-- | build2/cc/lexer.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/cc/lexer.hxx b/build2/cc/lexer.hxx index aa24f6a..9dab12b 100644 --- a/build2/cc/lexer.hxx +++ b/build2/cc/lexer.hxx @@ -170,6 +170,7 @@ namespace build2 path log_file_; optional<uint64_t> log_line_; + string tmp_file_; sha256 cs_; }; |