From 6d0d0ea9b9767911e948703e0daca4722470fee8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Jun 2023 09:18:14 +0200 Subject: Minor tweaks and cleanups --- libbuild2/adhoc-rule-cxx.cxx | 1 + libbuild2/cc/link-rule.cxx | 3 +++ 2 files changed, 4 insertions(+) diff --git a/libbuild2/adhoc-rule-cxx.cxx b/libbuild2/adhoc-rule-cxx.cxx index ad19481..e3dfe92 100644 --- a/libbuild2/adhoc-rule-cxx.cxx +++ b/libbuild2/adhoc-rule-cxx.cxx @@ -389,6 +389,7 @@ namespace build2 << "#include " << '\n' << "#include " << '\n' << "#include " << '\n' + << "#include " << '\n' << "#include " << '\n' << "#include " << '\n' << "#include " << '\n' diff --git a/libbuild2/cc/link-rule.cxx b/libbuild2/cc/link-rule.cxx index e2bdf5d..e47a40d 100644 --- a/libbuild2/cc/link-rule.cxx +++ b/libbuild2/cc/link-rule.cxx @@ -845,6 +845,9 @@ namespace build2 // If not, then we may need the same in recursive-binless logic. // #if 0 + // @@ TMP hm, this hasn't actually been enabled. So may actually + // enable and see if it trips up (do git-blame for good measure). + // assert (false); // @@ TMP (remove before 0.16.0 release) #endif ux = &link_member (*ul, a, li)->as (); -- cgit v1.1