summaryrefslogtreecommitdiff
path: root/src/lastfile.c
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2004-04-12 19:40:35 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2004-04-12 19:40:35 +0000
commiteff277312d77fb36dda8bb744d32ef380bddd002 (patch)
tree99436013cb67a287d8325c5241b6d3d49c4e1470 /src/lastfile.c
parent6d0da1a350f67684ea669156c7823f3955f149fb (diff)
downloademacs-eff277312d77fb36dda8bb744d32ef380bddd002.tar.gz
Define my_endbss[] for Cygwin unexec() support.
Diffstat (limited to 'src/lastfile.c')
-rw-r--r--src/lastfile.c2
1 files changed, 1 insertions, 1 deletions
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];