diff options
-rw-r--r-- | build2/cxx/link.cxx | 2 | ||||
-rw-r--r-- | build2/cxx/target | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build2/cxx/link.cxx b/build2/cxx/link.cxx index 555c094..a2f3a4f 100644 --- a/build2/cxx/link.cxx +++ b/build2/cxx/link.cxx @@ -794,7 +794,7 @@ namespace build2 { ranlib = rs["config.bin.ranlib"]; - if (ranlib->empty ()) // @@ TMP until proper NULL support. + if (ranlib->empty ()) // @@ BC LT [null]. ranlib = lookup (); const char* rl ( diff --git a/build2/cxx/target b/build2/cxx/target index d9a4ed6..154ec24 100644 --- a/build2/cxx/target +++ b/build2/cxx/target @@ -54,7 +54,7 @@ namespace build2 virtual const target_type& dynamic_type () const {return static_type;} }; - //@@ TMP + //@@ TMP: should be in c-common or some such. // class h: public file { |