diff options
Diffstat (limited to 'gen/prop/scf')
-rwxr-xr-x | gen/prop/scf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/prop/scf b/gen/prop/scf index c2a2b9d..8dcfcec 100755 --- a/gen/prop/scf +++ b/gen/prop/scf @@ -10,7 +10,7 @@ BEGIN { print "/* This file is autogenerated by gen/prop/scf; 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(rune, lookup, ch)" + print "_MLIB_DEFINE_BSEARCH_KV(rune, lookup, ch)" print "" print "rune" print "uprop_get_scf(rune ch, bool az_or_tr)" |