mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
Define my_endbss[] for Cygwin unexec() support.
This commit is contained in:
parent
6d0da1a350
commit
eff277312d
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue