diff options
Diffstat (limited to 'gen/prop/sc')
-rwxr-xr-x | gen/prop/sc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/prop/sc b/gen/prop/sc index 40fc39b..ac8cbf6 100755 --- a/gen/prop/sc +++ b/gen/prop/sc @@ -177,7 +177,7 @@ BEGIN { print "/* This file is autogenerated by gen/prop/sc; 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\"" @@ -221,7 +221,7 @@ END { print "};" print "" - print "__MLIB_DEFINE_BSEARCH(enum uprop_sc, lookup, SC_ZZZZ)" + print "_MLIB_DEFINE_BSEARCH(enum uprop_sc, lookup, SC_ZZZZ)" print "" print "enum uprop_sc" print "uprop_get_sc(rune ch)" |