aboutsummaryrefslogtreecommitdiff
path: root/build/target-key
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-22 09:24:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-22 09:24:12 +0200
commit6ecaa7e76c91a2842bcc63626a908bb2340b77b6 (patch)
treeaa0e3d8d5f9f791dfa1735ce7d8cc276a2c0baf3 /build/target-key
parent82ad80de9a967f253026c4874b47486c69402288 (diff)
Remove prerequisite rewriting for c/cxx chaining
Diffstat (limited to 'build/target-key')
-rw-r--r--build/target-key2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/target-key b/build/target-key
index 9e74c27..04a5b26 100644
--- a/build/target-key
+++ b/build/target-key
@@ -43,7 +43,7 @@ namespace build
mutable const target_type* type;
mutable const dir_path* dir;
mutable const std::string* name;
- mutable const std::string* const* ext;
+ mutable const std::string* const* ext; // Note only *ext can be NULL.
friend bool
operator< (const target_key& x, const target_key& y)