bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8794: (c) fix the cons<->int conversions


From: Lars Ingebrigtsen
Subject: bug#8794: (c) fix the cons<->int conversions
Date: Thu, 25 Feb 2016 17:19:02 +1030
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

This was a quite long thread, and some parts were supposed to be applied
later.  I've looked at a couple of those parts, and they seem to be
applied now:

grep --color -nH -e cons_to_unsigned *.c
charset.c:918:      unsigned code = cons_to_unsigned (val, UINT_MAX);
charset.c:931:      unsigned code = cons_to_unsigned (val, UINT_MAX);
charset.c:956:    charset.invalid_code = cons_to_unsigned (val, UINT_MAX);
charset.c:1853:  code = cons_to_unsigned (code_point, UINT_MAX);
data.c:2458:cons_to_unsigned (Lisp_Object c, uintmax_t max)
xselect.c:1663:    return cons_to_unsigned (obj, X_ULONG_MAX);

So I'm closing this bug report now.  If there were bits that were still
left dangling, please reopen.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no






reply via email to

[Prev in Thread] Current Thread [Next in Thread]