From f14b5ed02105ac5a936434224cedd6c31164c90c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 22 Nov 2023 08:31:42 +0200 Subject: Fix incorrect _LIBCPP_VERSION macro name in comments --- libbuild2/cc/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/compile-rule.cxx') diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx index 5d6c029..ce611d2 100644 --- a/libbuild2/cc/compile-rule.cxx +++ b/libbuild2/cc/compile-rule.cxx @@ -7761,7 +7761,7 @@ namespace build2 // In Apple Clang this warning/option are absent in 14.0.3 (which // is said to be based on vanilla Clang 15.0.5) for some reason // (let's hope it's because they patched it out rather than due to - // a misleading __LIBCPP_VERSION value). + // a misleading _LIBCPP_VERSION value). // if (ctype == compiler_type::clang && cmaj >= (cvariant != "apple" ? 15 : 16)) -- cgit v1.1