aboutsummaryrefslogtreecommitdiff
path: root/vendor/librune/include/utf8.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-23 16:06:31 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-23 16:06:31 +0100
commit0a9060e335d59f0ccaf5d9600abbcb938db30928 (patch)
tree874deccfe6c9b5a0d225cd892b06229378761b2f /vendor/librune/include/utf8.h
parent851ca8da9d72fbc438420eab4a7de4d84fb5bc5d (diff)
Bump librune version
Diffstat (limited to 'vendor/librune/include/utf8.h')
-rw-r--r--vendor/librune/include/utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/librune/include/utf8.h b/vendor/librune/include/utf8.h
index 0ebd745..1a91c24 100644
--- a/vendor/librune/include/utf8.h
+++ b/vendor/librune/include/utf8.h
@@ -18,7 +18,7 @@ int u8tor(rune *, const char8_t *);
int u8tor_uc(rune *, const char8_t *);
const char8_t *u8chk(const char8_t *, size_t);
-bool u8chkr(rune);
+_RUNE_UNSEQUENCED bool u8chkr(rune);
_RUNE_UNSEQUENCED int u8wdth(rune);