aboutsummaryrefslogtreecommitdiff
path: root/vendor/librune/include/utf8.h
diff options
context:
space:
mode:
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);