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_is_dep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/unicode/prop/uprop_is_dep.c') diff --git a/lib/unicode/prop/uprop_is_dep.c b/lib/unicode/prop/uprop_is_dep.c index aed1401..d696c07 100644 --- a/lib/unicode/prop/uprop_is_dep.c +++ b/lib/unicode/prop/uprop_is_dep.c @@ -1,6 +1,6 @@ /* This file is autogenerated by gen/prop/bool-props; DO NOT EDIT. */ -#include "__bsearch.h" +#include "_bsearch.h" #include "bitset.h" #include "rune.h" #include "unicode/prop.h" @@ -20,7 +20,7 @@ static const struct { {RUNE_C(0x0E0001), RUNE_C(0x0E0001)}, }; -__MLIB_DEFINE_BSEARCH_CONTAINS(lookup) +_MLIB_DEFINE_BSEARCH_CONTAINS(lookup) bool uprop_is_dep(rune ch) -- cgit v1.2.3