aboutsummaryrefslogtreecommitdiff
path: root/gen/prop/gc
diff options
context:
space:
mode:
Diffstat (limited to 'gen/prop/gc')
-rwxr-xr-xgen/prop/gc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/prop/gc b/gen/prop/gc
index c027754..4b4409f 100755
--- a/gen/prop/gc
+++ b/gen/prop/gc
@@ -10,7 +10,7 @@ BEGIN {
print "/* This file is autogenerated by gen/prop/gc; 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\""
@@ -57,7 +57,7 @@ END {
print "};"
print ""
- print "__MLIB_DEFINE_BSEARCH(enum uprop_gc, lookup, GC_CN)"
+ print "_MLIB_DEFINE_BSEARCH(enum uprop_gc, lookup, GC_CN)"
print ""
print "enum uprop_gc"
print "uprop_get_gc(rune ch)"