]> git.eshelyaron.com Git - emacs.git/commit
Simplify use of NDEBUG in etags.c
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 May 2019 19:38:28 +0000 (12:38 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 May 2019 19:39:03 +0000 (12:39 -0700)
commit6caf9be6cacad2da36f2a1303304df588325d38b
tree69c8301baccb845347af93de72014082223d9d74
parentda3897abf1e45741b122b52df37a5cbc68b2ad5d
Simplify use of NDEBUG in etags.c

* lib-src/etags.c [!DEBUG]: Do not define NDEBUG,
as that’s conf_post.h’s job now.
[NDEBUG]: Do not redefine ‘assert’, as that works around
ancient bugs (e.g., sunos4 pcc) that don’t matter any more,
as can be seen that other Emacs source files that successfully
use assert.h without this workaround.
lib-src/etags.c