diff options
Diffstat (limited to 'gen/prop/ea')
-rwxr-xr-x | gen/prop/ea | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/prop/ea b/gen/prop/ea index a72ff10..0d7f357 100755 --- a/gen/prop/ea +++ b/gen/prop/ea @@ -10,7 +10,7 @@ BEGIN { print "/* This file is autogenerated by gen/prop/ea; 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\"" @@ -54,7 +54,7 @@ END { print "};" print "" - print "__MLIB_DEFINE_BSEARCH(enum uprop_ea, lookup, EA_NA)" + print "_MLIB_DEFINE_BSEARCH(enum uprop_ea, lookup, EA_NA)" print "" print "enum uprop_ea" print "uprop_get_ea(rune ch)" |