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 --- gen/prop/stc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gen/prop/stc') diff --git a/gen/prop/stc b/gen/prop/stc index 252cfa5..eb65d07 100755 --- a/gen/prop/stc +++ b/gen/prop/stc @@ -10,7 +10,7 @@ BEGIN { print "/* This file is autogenerated by gen/prop/stc; DO NOT EDIT. */" print "" - print "#include \"__bsearch.h\"" + print "#include \"_bsearch.h\"" print "#include \"macros.h\"" print "#include \"rune.h\"" print "#include \"unicode/prop.h\"" @@ -34,7 +34,7 @@ END { print "};" print "" - print "__MLIB_DEFINE_BSEARCH_KV(rune, lookup, uprop_get_suc(ch))" + print "_MLIB_DEFINE_BSEARCH_KV(rune, lookup, uprop_get_suc(ch))" print "" print "rune" print "uprop_get_stc(rune ch)" -- cgit v1.2.3