diff options
-rw-r--r-- | build2/cc/compile-rule.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index 5752c51..fc8b829 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -3845,6 +3845,10 @@ namespace build2 const path* sp; // Source path. + // @@ MODHDR: If we are reprocessing, then will need module mapper for + // include translation. Hairy... Can't we add support for + // include translation in file mapper? + // bool reprocess (cast_false<bool> (t[c_reprocess])); bool ps; // True if extracting from psrc. |