diff options
Diffstat (limited to 'vendor/librune/include/utf8.h')
-rw-r--r-- | vendor/librune/include/utf8.h | 2 |
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); |