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: Andreas Schwab
Subject: Re: scratch/accurate-warning-pos: Solid progress: the branch now bootstraps.
Date: Sun, 25 Nov 2018 16:12:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux)

On Nov 25 2018, Alan Mackenzie <address@hidden> wrote:

> diff --git a/src/lisp.h b/src/lisp.h
> index 4dfd065629..802c9e4259 100644
> --- a/src/lisp.h
> +++ b/src/lisp.h
> @@ -395,7 +395,7 @@ typedef EMACS_INT Lisp_Word;
>  
>  /* verify (NIL_IS_ZERO) */
>  #define lisp_h_EQ(x, y) ((XLI ((x)) == XLI ((y)))       \
> -  || (Vsymbols_with_pos_enabled  \
> +  || (XLI (Vsymbols_with_pos_enabled)    \

You should make that a DEFVAR_BOOL.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

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