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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/lastfile.c [lexbind]
Date: Mon, 25 Oct 2004 00:41:21 -0400

Index: emacs/src/lastfile.c
diff -c emacs/src/lastfile.c:1.7.20.2 emacs/src/lastfile.c:1.7.20.3
*** emacs/src/lastfile.c:1.7.20.2       Tue Apr 13 10:16:19 2004
--- emacs/src/lastfile.c        Mon Oct 25 04:22:27 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]