aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv_flipped.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-01-25 23:08:40 +0100
committerMattias Andrée <m@maandree.se>2026-01-25 23:08:40 +0100
commitd0caefee7e2a45aebf14a6911021c7af9aed2a9f (patch)
tree72c074eebb678316d6e636767ab29494ef102b30 /libcharconv_flipped.c
parentAdd control character representations (diff)
downloadcharconv-d0caefee7e2a45aebf14a6911021c7af9aed2a9f.tar.gz
charconv-d0caefee7e2a45aebf14a6911021c7af9aed2a9f.tar.bz2
charconv-d0caefee7e2a45aebf14a6911021c7af9aed2a9f.tar.xz
Add chess
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcharconv_flipped.c')
-rw-r--r--libcharconv_flipped.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcharconv_flipped.c b/libcharconv_flipped.c
index be18209..2595da8 100644
--- a/libcharconv_flipped.c
+++ b/libcharconv_flipped.c
@@ -6,7 +6,7 @@ static struct {
uint_least32_t a;
uint_least32_t b;
} pairs[] = {
- {0x00A1, 0x0021},
+ {UINT32_C(0x00A1), UINT32_C(0x0021)},
{UINT32_C(0xA4EF), (uint_least32_t)'A'},
{UINT32_C(0xA4D5), (uint_least32_t)'Y'}, /* the one in letterlike is sans-serif */
{UINT32_C(0xA4F5), (uint_least32_t)'U'},