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_bpb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/unicode/prop/uprop_get_bpb.c') diff --git a/lib/unicode/prop/uprop_get_bpb.c b/lib/unicode/prop/uprop_get_bpb.c index 343f71b..2b7eb10 100644 --- a/lib/unicode/prop/uprop_get_bpb.c +++ b/lib/unicode/prop/uprop_get_bpb.c @@ -1,6 +1,6 @@ /* This file is autogenerated by gen/prop/bpb; DO NOT EDIT. */ -#include "__bsearch.h" +#include "_bsearch.h" #include "macros.h" #include "rune.h" #include "unicode/prop.h" @@ -167,7 +167,7 @@ static const struct { {RUNE_C(0x00FF63), RUNE_C(0x00FF62)}, }; -__MLIB_DEFINE_BSEARCH_KV(rune, lookup, 0) +_MLIB_DEFINE_BSEARCH_KV(rune, lookup, 0) rune uprop_get_bpb(rune ch) -- cgit v1.2.3