From: Stefan Monnier Date: Mon, 12 Apr 2004 19:40:35 +0000 (+0000) Subject: Define my_endbss[] for Cygwin unexec() support. X-Git-Tag: ttn-vms-21-2-B4~6876 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eff277312d77fb36dda8bb744d32ef380bddd002;p=emacs.git Define my_endbss[] for Cygwin unexec() support. --- diff --git a/src/lastfile.c b/src/lastfile.c index 0e94a4f1598..df678b42876 100644 --- a/src/lastfile.c +++ b/src/lastfile.c @@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */ 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];