From fe859a07870d5204adfd5c9a7f83bf69658d37c8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 10 Sep 2018 08:49:04 -0700 Subject: [PATCH] * src/charset.c (Fencode_char): Tweak comment. --- src/charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charset.c b/src/charset.c index 6e2bf17cdf6..c1a237835c7 100644 --- a/src/charset.c +++ b/src/charset.c @@ -1892,7 +1892,7 @@ Return nil if CHARSET doesn't support CH. */) can fit in 22bit. Yet we encode GB-10830's chars in a sparse way (we just take the 4byte sequences as a 32bit int), so some GB-10830 chars (such as 0x81308130 in etc/charsets/gb108304.map) end - up represented as bignums here. */ + up represented as bignums if EMACS_INT is 32 bits. */ return INT_TO_INTEGER (code); } -- 2.39.2