diff options
Diffstat (limited to 'gen/prop/stc')
-rwxr-xr-x | gen/prop/stc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/prop/stc b/gen/prop/stc index 252cfa5..eb65d07 100755 --- a/gen/prop/stc +++ b/gen/prop/stc @@ -10,7 +10,7 @@ BEGIN { print "/* This file is autogenerated by gen/prop/stc; 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\"" @@ -34,7 +34,7 @@ END { print "};" print "" - print "__MLIB_DEFINE_BSEARCH_KV(rune, lookup, uprop_get_suc(ch))" + print "_MLIB_DEFINE_BSEARCH_KV(rune, lookup, uprop_get_suc(ch))" print "" print "rune" print "uprop_get_stc(rune ch)" |