diff options
Diffstat (limited to 'gen/prop/dt')
-rwxr-xr-x | gen/prop/dt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/prop/dt b/gen/prop/dt index eb4884c..12881c5 100755 --- a/gen/prop/dt +++ b/gen/prop/dt @@ -29,7 +29,7 @@ BEGIN { print "/* This file is autogenerated by gen/prop/dt; 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\"" @@ -73,7 +73,7 @@ END { print "};" print "" - print "__MLIB_DEFINE_BSEARCH(enum uprop_dt, lookup, DT_NONE)" + print "_MLIB_DEFINE_BSEARCH(enum uprop_dt, lookup, DT_NONE)" print "" print "enum uprop_dt" print "uprop_get_dt(rune ch)" |