From 243da3993c138d33063f633aa3996a8a710ea396 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Jul 2015 14:44:15 +0200 Subject: Implement project-qualified names/prerequisites, two-stage import --- build/target-key | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/target-key') diff --git a/build/target-key b/build/target-key index 37fa6ab..f49efb2 100644 --- a/build/target-key +++ b/build/target-key @@ -26,7 +26,7 @@ namespace build mutable const target_type* type; mutable const dir_path* dir; mutable const std::string* name; - mutable const std::string* const* ext; // Note only *ext can be NULL. + mutable const std::string* const* ext; // Note: only *ext can be NULL. friend bool operator< (const target_key& x, const target_key& y) -- cgit v1.1