aboutsummaryrefslogtreecommitdiff
path: root/lib/unicode/prop/uprop_get_stc.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-16 10:39:47 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-16 10:49:21 +0200
commit402f5b4777897f0400a6a3e710452f6f64edb7d2 (patch)
treef49762ea36389ab6202be8076a73b5c08620dd32 /lib/unicode/prop/uprop_get_stc.c
parentc84f2f1b74d362054ecde1838cbc13a953cae8aa (diff)
Change private symbol prefix from ‘__’ to ‘_’
Diffstat (limited to 'lib/unicode/prop/uprop_get_stc.c')
-rw-r--r--lib/unicode/prop/uprop_get_stc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicode/prop/uprop_get_stc.c b/lib/unicode/prop/uprop_get_stc.c
index 8eead56..4f34472 100644
--- a/lib/unicode/prop/uprop_get_stc.c
+++ b/lib/unicode/prop/uprop_get_stc.c
@@ -1,6 +1,6 @@
/* This file is autogenerated by gen/prop/stc; DO NOT EDIT. */
-#include "__bsearch.h"
+#include "_bsearch.h"
#include "macros.h"
#include "rune.h"
#include "unicode/prop.h"
@@ -18,7 +18,7 @@ static const struct {
{RUNE_C(0x0001F3), RUNE_C(0x0001F2)},
};
-__MLIB_DEFINE_BSEARCH_KV(rune, lookup, uprop_get_suc(ch))
+_MLIB_DEFINE_BSEARCH_KV(rune, lookup, uprop_get_suc(ch))
rune
uprop_get_stc(rune ch)