aboutsummaryrefslogtreecommitdiff
path: root/gen/prop/bmg
diff options
context:
space:
mode:
Diffstat (limited to 'gen/prop/bmg')
-rwxr-xr-xgen/prop/bmg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/prop/bmg b/gen/prop/bmg
index ae5beff..67124cd 100755
--- a/gen/prop/bmg
+++ b/gen/prop/bmg
@@ -10,7 +10,7 @@ BEGIN {
print "/* This file is autogenerated by gen/prop/bmg; 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\""
@@ -43,7 +43,7 @@ END {
print "};"
print ""
- print "__MLIB_DEFINE_BSEARCH_KV(rune, lookup, 0)"
+ print "_MLIB_DEFINE_BSEARCH_KV(rune, lookup, 0)"
print ""
print "rune"
print "uprop_get_bmg(rune ch)"