From df50091259a34fa4718f38c0e3b7b64f6e2469ac Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Jan 2015 11:03:06 +0200 Subject: Implement rule ambiguity detection Also establish the infrastructure for rule hinting --- build/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/rule.cxx') diff --git a/build/rule.cxx b/build/rule.cxx index b1730e1..c116538 100644 --- a/build/rule.cxx +++ b/build/rule.cxx @@ -15,7 +15,7 @@ namespace build // default_path_rule // recipe default_path_rule:: - match (target& t) const + match (target& t, bool, std::string&) const { // @@ TODO: // -- cgit v1.1