emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/lastfile.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/lastfile.c
Date: Wed, 20 Oct 2004 12:30:56 -0400

Index: emacs/src/lastfile.c
diff -c emacs/src/lastfile.c:1.9 emacs/src/lastfile.c:1.10
*** emacs/src/lastfile.c:1.9    Mon Apr 12 19:40:35 2004
--- emacs/src/lastfile.c        Wed Oct 20 16:23:30 2004
***************
*** 40,46 ****
  
  char my_edata[] = "End of Emacs initialized data";
  
- #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];
--- 40,45 ----
***************
*** 50,56 ****
     of the bss area used by Emacs.  */
  static char _my_endbss[1];
  char * my_endbss_static = _my_endbss;
- #endif
  
  /* arch-tag: 67e81ab4-e14f-44b2-8875-c0c12252223e
     (do not change this comment) */
--- 49,54 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]