diff src/lastfile.c @ 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 695cf19ef79e
children 1293d7f90911
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];