X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a660037698bce151915e6e084593071134df1331..8fa67e959bcc835c359981aae01f0dad3213451a:/src/lastfile.c diff --git a/src/lastfile.c b/src/lastfile.c index 1c8e1f33b5..de4e4f4536 100644 --- a/src/lastfile.c +++ b/src/lastfile.c @@ -1,5 +1,5 @@ /* Mark end of data space to dump as pure, for GNU Emacs. - Copyright (C) 1985, 2001-2015 Free Software Foundation, Inc. + Copyright (C) 1985, 2001-2016 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -38,7 +38,10 @@ along with GNU Emacs. If not, see . */ #include "lisp.h" +#if ((!defined SYSTEM_MALLOC && !defined HYBRID_MALLOC) \ + || defined WINDOWSNT || defined CYGWIN || defined DARWIN_OS) char my_edata[] = "End of Emacs initialized data"; +#endif /* Help unexec locate the end of the .bss area used by Emacs (which isn't always a separate section in NT executables). */