aboutsummaryrefslogtreecommitdiff
path: root/build2/bin/guess
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bin/guess')
-rw-r--r--build2/bin/guess7
1 files changed, 3 insertions, 4 deletions
diff --git a/build2/bin/guess b/build2/bin/guess
index 10f337a..540e644 100644
--- a/build2/bin/guess
+++ b/build2/bin/guess
@@ -39,12 +39,11 @@ namespace build2
string ranlib_checksum;
};
- // The ranlib path can be empty, in which case no ranlib guessing will be
- // attemplated and the returned ranlib_* members will be left empty as
- // well.
+ // The ranlib path can be NULL, in which case no ranlib guessing will be
+ // attemplated and the returned ranlib_* members will be left empty.
//
ar_info
- guess_ar (const path& ar, const path& ranlib);
+ guess_ar (const path& ar, const path* ranlib);
// ld information.
//