diff options
Diffstat (limited to 'gen/prop/nt')
-rwxr-xr-x | gen/prop/nt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/prop/nt b/gen/prop/nt index 720baf2..835bc3f 100755 --- a/gen/prop/nt +++ b/gen/prop/nt @@ -14,7 +14,7 @@ BEGIN { print "/* This file is autogenerated by gen/prop/nt; 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\"" @@ -58,7 +58,7 @@ END { print "};" print "" - print "__MLIB_DEFINE_BSEARCH(enum uprop_nt, lookup, NT_NONE)" + print "_MLIB_DEFINE_BSEARCH(enum uprop_nt, lookup, NT_NONE)" print "" print "enum uprop_nt" print "uprop_get_nt(rune ch)" |