X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/facb5e20ce186e47506860bde982e35020fedce5..63efcc268635dea78c6bd80749eae4ee2c72d717:/src/lastfile.c diff --git a/src/lastfile.c b/src/lastfile.c index d516093b29..9d70b001d1 100644 --- a/src/lastfile.c +++ b/src/lastfile.c @@ -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). */