diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */) | |||
| 1892 | can fit in 22bit. Yet we encode GB-10830's chars in a sparse way | 1892 | can fit in 22bit. Yet we encode GB-10830's chars in a sparse way |
| 1893 | (we just take the 4byte sequences as a 32bit int), so some | 1893 | (we just take the 4byte sequences as a 32bit int), so some |
| 1894 | GB-10830 chars (such as 0x81308130 in etc/charsets/gb108304.map) end | 1894 | GB-10830 chars (such as 0x81308130 in etc/charsets/gb108304.map) end |
| 1895 | up represented as bignums here. */ | 1895 | up represented as bignums if EMACS_INT is 32 bits. */ |
| 1896 | return INT_TO_INTEGER (code); | 1896 | return INT_TO_INTEGER (code); |
| 1897 | } | 1897 | } |
| 1898 | 1898 | ||