emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 26.2 etags.c warning


From: Paul Eggert
Subject: Re: Emacs 26.2 etags.c warning
Date: Fri, 3 May 2019 12:41:09 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 5/3/19 7:50 AM, Jeffrey Walton wrote:
> etags.c:88: warning: "NDEBUG" redefined
>  #  define NDEBUG  /* disable assert */
>
> Maybe guard the define?

That's already done in the Emacs master branch.

Come to think of it, the NDEBUG stuff in etags.c can be simplified to
avoid this mess entirely. I installed the attached into master to do that.

Attachment: 0001-Simplify-use-of-NDEBUG-in-etags.c.patch
Description: Text Data


reply via email to

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