From 59b95b1a7775c4fed4697fbaf5c46c6d8317602f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 May 2019 13:14:53 +0200 Subject: Redo module mapper logic not to rely on followup commands --- build2/cc/compile-rule.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build2/cc/compile-rule.hxx') diff --git a/build2/cc/compile-rule.hxx b/build2/cc/compile-rule.hxx index 4815800..ab19e1c 100644 --- a/build2/cc/compile-rule.hxx +++ b/build2/cc/compile-rule.hxx @@ -126,8 +126,7 @@ namespace build2 optional&, srcout_map&) const; optional - inject_header (action, file&, - const file&, bool, timestamp, bool = true) const; + inject_header (action, file&, const file&, bool, timestamp) const; pair extract_headers (action, const scope&, file&, linfo, -- cgit v1.1