diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-10-22 11:48:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-10-26 13:29:24 +0200 |
commit | 668d521db19d35cfe8ea6ae0c0de3668bb216c76 (patch) | |
tree | 212956c3d5b6322a3acb710f99880cfeccb2e104 /libbuild2/rule.cxx | |
parent | 3cdc5d8ceafeddf04aa8dea2ac76c954d3de116e (diff) |
WIP: rename match_rule() to match_rule_impl()
Diffstat (limited to 'libbuild2/rule.cxx')
-rw-r--r-- | libbuild2/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/rule.cxx b/libbuild2/rule.cxx index e475375..04d6b38 100644 --- a/libbuild2/rule.cxx +++ b/libbuild2/rule.cxx @@ -46,7 +46,7 @@ namespace build2 sub_match (const string& n, operation_id o, action a, target& t, match_extra& me) const { - // First check for an ad hoc recipe (see match_rule() for details). + // First check for an ad hoc recipe (see match_rule_impl() for details). // if (!t.adhoc_recipes.empty ()) { |