diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-12-11 10:18:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-12-11 10:18:47 +0200 |
commit | ec16a07c4bc3f3552ba5b4d09d3c5c375fb19e35 (patch) | |
tree | 657cc0cc14dd9d396aee46520b3a5b1752a1bf54 /libbuild2/cc/compile-rule.hxx | |
parent | bc5d79f658d26fdcdab7314feb19c261c2693efa (diff) |
Minor module mapper fixes
Diffstat (limited to 'libbuild2/cc/compile-rule.hxx')
-rw-r--r-- | libbuild2/cc/compile-rule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.hxx b/libbuild2/cc/compile-rule.hxx index a716b4c..a5eb8e8 100644 --- a/libbuild2/cc/compile-rule.hxx +++ b/libbuild2/cc/compile-rule.hxx @@ -125,7 +125,7 @@ namespace build2 struct module_mapper_state; - void + bool gcc_module_mapper (module_mapper_state&, action, const scope&, file&, linfo, ifdstream&, ofdstream&, |