diff options
Diffstat (limited to 'gen/prop/bpb')
-rwxr-xr-x | gen/prop/bpb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/prop/bpb b/gen/prop/bpb index c6fdf5d..8c0b696 100755 --- a/gen/prop/bpb +++ b/gen/prop/bpb @@ -10,7 +10,7 @@ BEGIN { print "/* This file is autogenerated by gen/prop/bpb; 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\"" @@ -41,7 +41,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_bpb(rune ch)" |