From 6847ed7c688002fef356ae0832242efe024a5511 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Mar 2018 09:41:58 +0200 Subject: If cc.reprocess is true, define __build2_preprocess during dependency extraction This can be used to work around separate preprocessing bugs in the compiler. --- build2/cc/parser.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/parser.hxx') 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_; -- cgit v1.1