changeset 54823:3e88eecfd57d

Define my_endbss[] for Cygwin unexec() support.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 12 Apr 2004 19:40:35 +0000
parents 09d9fc390321
children 54395b0b6779
files src/lastfile.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lastfile.c	Mon Apr 12 19:40:10 2004 +0000
+++ b/src/lastfile.c	Mon Apr 12 19:40:35 2004 +0000
@@ -40,7 +40,7 @@
 
 char my_edata[] = "End of Emacs initialized data";
 
-#ifdef WINDOWSNT
+#if defined(WINDOWSNT) || defined(CYGWIN)
 /* Help unexec locate the end of the .bss area used by Emacs (which
    isn't always a separate section in NT executables).  */
 char my_endbss[1];