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: Glenn Morris
Subject: Re: Changes to emacs/src/xfaces.c,v
Date: Tue, 26 Feb 2008 03:32:58 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Stefan Monnier wrote:

> -    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?

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

Perhaps you meant to make the first argument `pos' an EMACS_INT, as
the ChangeLog suggests?




reply via email to

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