aboutsummaryrefslogtreecommitdiff
path: root/gen/prop/na
diff options
context:
space:
mode:
Diffstat (limited to 'gen/prop/na')
-rwxr-xr-xgen/prop/na6
1 files changed, 3 insertions, 3 deletions
diff --git a/gen/prop/na b/gen/prop/na
index 250b746..2b80b3b 100755
--- a/gen/prop/na
+++ b/gen/prop/na
@@ -17,7 +17,7 @@ BEGIN {
print "#define _(...) \\"
print "\t{(const char8_t []){__VA_ARGS__}, sizeof((const char8_t []){__VA_ARGS__})}"
print ""
- print "static const struct u8view lookup[] = {"
+ print "static const u8view_t lookup[] = {"
}
$2 !~ /^</ {
@@ -29,10 +29,10 @@ $2 !~ /^</ {
END {
print "};"
print ""
- print "struct u8view"
+ print "u8view_t"
print "uprop_get_na(rune ch)"
print "{"
- print "\treturn ch < lengthof(lookup) ? lookup[ch] : (struct u8view){};"
+ print "\treturn ch < lengthof(lookup) ? lookup[ch] : (u8view_t){};"
print "}"
}
' data/UnicodeData