diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lastfile.c | 2 |
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. */ | |||
| 40 | 40 | ||
| 41 | char my_edata[] = "End of Emacs initialized data"; | 41 | char my_edata[] = "End of Emacs initialized data"; |
| 42 | 42 | ||
| 43 | #ifdef WINDOWSNT | 43 | #if defined(WINDOWSNT) || defined(CYGWIN) |
| 44 | /* Help unexec locate the end of the .bss area used by Emacs (which | 44 | /* Help unexec locate the end of the .bss area used by Emacs (which |
| 45 | isn't always a separate section in NT executables). */ | 45 | isn't always a separate section in NT executables). */ |
| 46 | char my_endbss[1]; | 46 | char my_endbss[1]; |