emacs-devel
[Top][All Lists]
Advanced

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

Re: scratch/accurate-warning-pos: Solid progress: the branch now bootstr


From: Alan Mackenzie
Subject: Re: scratch/accurate-warning-pos: Solid progress: the branch now bootstraps.
Date: Sun, 25 Nov 2018 18:08:43 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

On Sun, Nov 25, 2018 at 19:39:46 +0200, Eli Zaretskii wrote:
> > Date: Sun, 25 Nov 2018 17:31:24 +0000
> > Cc: address@hidden, address@hidden, address@hidden,
> >   address@hidden, address@hidden
> > From: Alan Mackenzie <address@hidden>

> > I tried to make NILP work for about two hours this morning, without
> > success.

> > The problem is circular dependencies between the macros and the inline
> > functions in lisp.h.  NILP uses EQ, and EQ tests
> > Vsymbols_with_pos_enabled.  So we can't use NILP for this second test.

> Than make that variable a boolean, and test the C equivalents for
> being non-zero.

The variable has to be accessible from Lisp.  If I declare it with
DEFVAR_BOOL, would that make it a bool for C code?

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

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