aboutsummaryrefslogtreecommitdiff
path: root/gen/prop/na1
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-15 19:20:44 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-15 19:20:44 +0200
commitd8760ab5cf8378fa50e48453149e96a1392253e2 (patch)
tree3ee857325aefe46070d21c0339feee068987222a /gen/prop/na1
parentb6792f703c715ccfc0854c4e8ee3ca703565f4eb (diff)
Shorten the string view type names
Diffstat (limited to 'gen/prop/na1')
-rwxr-xr-xgen/prop/na16
1 files changed, 3 insertions, 3 deletions
diff --git a/gen/prop/na1 b/gen/prop/na1
index c01ee60..38aa28b 100755
--- a/gen/prop/na1
+++ b/gen/prop/na1
@@ -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[] = {"
}
length($11) > 0 {
@@ -29,10 +29,10 @@ length($11) > 0 {
END {
print "};"
print ""
- print "struct u8view"
+ print "u8view_t"
print "uprop_get_na1(rune ch)"
print "{"
- print "\treturn ch < lengthof(lookup) ? lookup[ch] : (struct u8view){};"
+ print "\treturn ch < lengthof(lookup) ? lookup[ch] : (u8view_t){};"
print "}"
}
' data/UnicodeData