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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/lastfile.c [emacs-unicode-2]
Date: Fri, 22 Oct 2004 06:21:37 -0400

Index: emacs/src/lastfile.c
diff -c emacs/src/lastfile.c:1.7.26.1 emacs/src/lastfile.c:1.7.26.2
*** emacs/src/lastfile.c:1.7.26.1       Fri Apr 16 12:50:48 2004
--- emacs/src/lastfile.c        Fri Oct 22 10:13:36 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]