aboutsummaryrefslogtreecommitdiff
path: root/gen
diff options
context:
space:
mode:
Diffstat (limited to 'gen')
-rwxr-xr-xgen/prop/hst2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/prop/hst b/gen/prop/hst
index f1af5df..3cb241d 100755
--- a/gen/prop/hst
+++ b/gen/prop/hst
@@ -49,7 +49,7 @@ END {
print "enum uprop_hst"
print "uprop_get_hst(rune ch)"
print "{"
- print "\treturn ch < RUNE_C(0x1100) ? HST_NA : mlib_lookup(ch);"
+ print "\treturn ch < lookup[0].lo ? HST_NA : mlib_lookup(ch);"
print "}"
}
' data/HangulSyllableType | sed 's/\s*$//'