aboutsummaryrefslogtreecommitdiff
path: root/gen/prop/bpt
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 /gen/prop/bpt
parentc84f2f1b74d362054ecde1838cbc13a953cae8aa (diff)
Change private symbol prefix from ‘__’ to ‘_’
Diffstat (limited to 'gen/prop/bpt')
-rwxr-xr-xgen/prop/bpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/prop/bpt b/gen/prop/bpt
index c9726a6..1ad1741 100755
--- a/gen/prop/bpt
+++ b/gen/prop/bpt
@@ -10,7 +10,7 @@ BEGIN {
print "/* This file is autogenerated by gen/prop/bpt; 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\""
@@ -42,7 +42,7 @@ END {
print "};"
print ""
- print "__MLIB_DEFINE_BSEARCH_KV(enum uprop_bpt, lookup, BPT_N)"
+ print "_MLIB_DEFINE_BSEARCH_KV(enum uprop_bpt, lookup, BPT_N)"
print ""
print "enum uprop_bpt"
print "uprop_get_bpt(rune ch)"