aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/parser.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-20 09:41:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-20 09:41:58 +0200
commit6847ed7c688002fef356ae0832242efe024a5511 (patch)
tree187dfac729880df045eb8222a29aaa2c7cccc57b /build2/cc/parser.hxx
parent9d04fc8feb8207cd24d6a2a00e0a9076413de72e (diff)
If cc.reprocess is true, define __build2_preprocess during dependency extraction
This can be used to work around separate preprocessing bugs in the compiler.
Diffstat (limited to 'build2/cc/parser.hxx')
-rw-r--r--build2/cc/parser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/parser.hxx b/build2/cc/parser.hxx
index a4fd5f8..f2ecc36 100644
--- a/build2/cc/parser.hxx
+++ b/build2/cc/parser.hxx
@@ -38,7 +38,7 @@ namespace build2
parse_module_name (token&);
public:
- string checksum; // Translation unit checksum.
+ string checksum; // Translation unit checksum.
private:
lexer* l_;