GNU bug report logs -
#8794
cons_to_long fixes; making 64-bit EMACS_INT the default
Previous Next
Reported by: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Fri, 3 Jun 2011 08:45:02 UTC
Severity: wishlist
Tags: fixed, patch
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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
This bug report was last modified 9 years and 94 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.