From 774ef931b1933cd6a231f9343aee989f6598ab5e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 6 Dec 2024 11:26:14 +0200 Subject: Adapt to renaming of some butl::{ucase,lcase,sanitize_identifier}() function overloads --- libbuild2/cc/common.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbuild2/cc') diff --git a/libbuild2/cc/common.cxx b/libbuild2/cc/common.cxx index c1e60d2..dfc78e7 100644 --- a/libbuild2/cc/common.cxx +++ b/libbuild2/cc/common.cxx @@ -1567,8 +1567,7 @@ namespace build2 // string d ("-DLIB"); - d += sanitize_identifier ( - ucase (const_cast (t.name))); + d += sanitize_identifier (ucase (t.name)); d += '_'; d += suffix; -- cgit v1.1