aboutsummaryrefslogtreecommitdiffstats
path: root/src/lastfile.c
diff options
context:
space:
mode:
authorPaul Eggert2019-02-01 13:03:18 -0800
committerPaul Eggert2019-02-01 13:05:39 -0800
commit3b69e02a248c8b46223d5a9cecfb2494992e5fbe (patch)
tree22eca8d283fb1ea9aef90f5529260803e95dc266 /src/lastfile.c
parent84802b66197c623735aaca875b8e1a39cb0ef085 (diff)
downloademacs-3b69e02a248c8b46223d5a9cecfb2494992e5fbe.tar.gz
emacs-3b69e02a248c8b46223d5a9cecfb2494992e5fbe.zip
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.
Diffstat (limited to 'src/lastfile.c')
-rw-r--r--src/lastfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lastfile.c b/src/lastfile.c
index 706f667dbb9..bcaf105a51b 100644
--- a/src/lastfile.c
+++ b/src/lastfile.c
@@ -43,7 +43,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
43char my_edata[] = "End of Emacs initialized data"; 43char my_edata[] = "End of Emacs initialized data";
44#endif 44#endif
45 45
46#ifndef CANNOT_DUMP 46#ifdef HAVE_UNEXEC
47 47
48/* Help unexec locate the end of the .bss area used by Emacs (which 48/* Help unexec locate the end of the .bss area used by Emacs (which
49 isn't always a separate section in NT executables). */ 49 isn't always a separate section in NT executables). */