emacs-devel
[Top][All Lists]
Advanced

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

Re: EMACS_INT cleanup


From: Lars Magne Ingebrigtsen
Subject: Re: EMACS_INT cleanup
Date: Fri, 24 Sep 2010 13:02:43 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>> I've been -Wconversion-checking a bit more here and there.
>
> Can you commit your changes, or at least tell on which files you are
> working?  I don't want us to work on the same files i parallel.

I'm not working on anything at the moment -- I've been sleeping.  :-)

I have no outstanding EMACS_INT fixes, but I went through a couple files
just getting a feel for what kind of thing is giving the most long->int
conversion warnings, and it's definitely a lot in the "hmmm" area in
addition to the simpler int i = PV; area.

Like:

void
message3 (Lisp_Object m, int nbytes, int multibyte)

So we can only do a message that's 2GB big?  Well, OK, but is that a
problem? 

-- 
(domestic pets only, the antidote for overdose, milk.)
  address@hidden * Lars Magne Ingebrigtsen




reply via email to

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