]> git.eshelyaron.com Git - emacs.git/commit
Rename CANNOT_DUMP to HAVE_UNEXEC
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Feb 2019 21:03:18 +0000 (13:03 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Feb 2019 21:05:39 +0000 (13:05 -0800)
commit3b69e02a248c8b46223d5a9cecfb2494992e5fbe
tree22eca8d283fb1ea9aef90f5529260803e95dc266
parent84802b66197c623735aaca875b8e1a39cb0ef085
Rename CANNOT_DUMP to HAVE_UNEXEC

* configure.ac (CANNOT_DUMP): Remove.  All uses removed,
or changed to the negative of with_unexec.
(HAVE_UNEXEC): New macro.  All uses of CANNOT_DUMP changed
to the negative of this macro.
13 files changed:
configure.ac
etc/DEBUG
lisp/loadup.el
src/alloc.c
src/conf_post.h
src/emacs.c
src/image.c
src/lastfile.c
src/lisp.h
src/term.c
src/timefns.c
src/unexcoff.c
src/w32heap.c