emacs-devel
[Top][All Lists]
Advanced

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

Re: Changes to emacs/src/xfaces.c,v


From: Stefan Monnier
Subject: Re: Changes to emacs/src/xfaces.c,v
Date: Tue, 26 Feb 2008 16:17:46 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> -    int next_overlay;
>> +    EMACS_INT next_overlay;

> I'm very ignorant of these matters, but is that change (and the
> similar one in xdisp.c:next_overlay_change) correct?

Yes.  This is necessary for >4GB buffers on 64bit systems (except for
those 64bit systems where `int' is 64bit).

> The 5th arg of overlays_at is int, not EMACS_INT. Now I get this
> warning when compiling:

>   xfaces.c:8154: warning: passing argument 5 of 'overlays_at' from
>   incompatible pointer type

Fixed, thanks,


        Stefan




reply via email to

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