emacs-devel
[Top][All Lists]
Advanced

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

Re: Your changes in revision 106240


From: Paul Eggert
Subject: Re: Your changes in revision 106240
Date: Sat, 29 Oct 2011 23:06:38 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

On 10/29/11 22:06, Stefan Monnier wrote:
> But this has nothing to do with EMACS_INT.

Actually, there's a direct connection to EMACS_INT.
That integer gives an upper bound on the length of the list FOUND.
Emacs list lengths fit into EMACS_INT, not int,
and variables that contain Emacs list lengths
should therefore be of type EMACS_INT, not int.

> this arg is *never* going to be that large

It was in my example :-).  In any case, the fix is trivial and safe.



reply via email to

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