aboutsummaryrefslogtreecommitdiff
path: root/gen/prop/age
diff options
context:
space:
mode:
Diffstat (limited to 'gen/prop/age')
-rwxr-xr-xgen/prop/age4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/prop/age b/gen/prop/age
index d0f742f..c6aac06 100755
--- a/gen/prop/age
+++ b/gen/prop/age
@@ -10,7 +10,7 @@ BEGIN {
print "/* This file is autogenerated by gen/prop/age; DO NOT EDIT. */"
print ""
- print "#include \"__bsearch.h\""
+ print "#include \"_bsearch.h\""
print "#include \"rune.h\""
print "#include \"unicode/prop.h\""
print ""
@@ -44,7 +44,7 @@ END {
print "};"
print ""
- print "__MLIB_DEFINE_BSEARCH(enum uprop_age, lookup, AGE_NA)"
+ print "_MLIB_DEFINE_BSEARCH(enum uprop_age, lookup, AGE_NA)"
print ""
print "enum uprop_age"
print "uprop_get_age(rune ch)"