From c90e1424c07a2f220ae8b902496cef1c1c371fff Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 26 Jan 2026 19:14:21 +0100 Subject: Add dentistry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcharconv_joined.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'libcharconv_joined.c') diff --git a/libcharconv_joined.c b/libcharconv_joined.c index 72377a2..e8e0a59 100644 --- a/libcharconv_joined.c +++ b/libcharconv_joined.c @@ -7,10 +7,12 @@ static struct { uint_least32_t b; uint_least32_t to; } pairs[] = { - {(uint_least32_t)'?', (uint_least32_t)'!', 0x2048}, - {(uint_least32_t)'?', (uint_least32_t)'?', 0x2047}, - {(uint_least32_t)'!', (uint_least32_t)'!', 0x203C}, - {(uint_least32_t)'!', (uint_least32_t)'?', 0x2049} + {(uint_least32_t)'?', (uint_least32_t)'!', UINT32_C(0x2048)}, + {(uint_least32_t)'?', (uint_least32_t)'?', UINT32_C(0x2047)}, + {(uint_least32_t)'!', (uint_least32_t)'!', UINT32_C(0x203C)}, + {(uint_least32_t)'!', (uint_least32_t)'?', UINT32_C(0x2049)}, + {UINT32_C(0x23CB), UINT32_C(0x23BE), UINT32_C(0x23C9)}, + {UINT32_C(0x23CC), UINT32_C(0x23BF), UINT32_C(0x23CA)} }; -- cgit v1.2.3-70-g09d2