From 402f5b4777897f0400a6a3e710452f6f64edb7d2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 16 Apr 2024 10:39:47 +0200 Subject: Change private symbol prefix from ‘__’ to ‘_’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/unicode/prop/uprop_get_cf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/unicode/prop/uprop_get_cf.c') diff --git a/lib/unicode/prop/uprop_get_cf.c b/lib/unicode/prop/uprop_get_cf.c index 4b0e90b..fecb08f 100644 --- a/lib/unicode/prop/uprop_get_cf.c +++ b/lib/unicode/prop/uprop_get_cf.c @@ -1,4 +1,4 @@ -#include "__bsearch.h" +#include "_bsearch.h" #include "unicode/prop.h" #define M(...) ((struct rview)_(__VA_ARGS__)) @@ -114,7 +114,7 @@ static const struct { {0xFB17, /* ﬗ */ _(U'մ', U'խ')}, }; -__MLIB_DEFINE_BSEARCH_KV(struct rview, lookup, M()) +_MLIB_DEFINE_BSEARCH_KV(struct rview, lookup, M()) struct rview uprop_get_cf(rune ch, bool az_or_tr) -- cgit v1.2.3