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_bc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/unicode/prop/uprop_get_bc.c') diff --git a/lib/unicode/prop/uprop_get_bc.c b/lib/unicode/prop/uprop_get_bc.c index c8b7a35..1de3458 100644 --- a/lib/unicode/prop/uprop_get_bc.c +++ b/lib/unicode/prop/uprop_get_bc.c @@ -1,6 +1,6 @@ /* This file is autogenerated by gen/prop/bc; DO NOT EDIT. */ -#include "__bsearch.h" +#include "_bsearch.h" #include "macros.h" #include "rune.h" #include "unicode/prop.h" @@ -1529,7 +1529,7 @@ static const struct { {RUNE_C(0x10FFFE), RUNE_C(0x10FFFF), BC_BN}, }; -__MLIB_DEFINE_BSEARCH(enum uprop_bc, lookup, BC_L) +_MLIB_DEFINE_BSEARCH(enum uprop_bc, lookup, BC_L) enum uprop_bc uprop_get_bc(rune ch) -- cgit v1.2.3