/[emacs]/emacs/src/lastfile.c
ViewVC logotype

Diff of /emacs/src/lastfile.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7.20.2 by miles, Tue Apr 13 10:16:19 2004 UTC revision 1.7.20.3 by miles, Mon Oct 25 04:22:27 2004 UTC
# Line 40  Boston, MA 02111-1307, USA.  */ Line 40  Boston, MA 02111-1307, USA.  */
40    
41  char my_edata[] = "End of Emacs initialized data";  char my_edata[] = "End of Emacs initialized data";
42    
 #if defined(WINDOWSNT) || defined(CYGWIN)  
43  /* Help unexec locate the end of the .bss area used by Emacs (which  /* Help unexec locate the end of the .bss area used by Emacs (which
44     isn't always a separate section in NT executables).  */     isn't always a separate section in NT executables).  */
45  char my_endbss[1];  char my_endbss[1];
# Line 50  char my_endbss[1]; Line 49  char my_endbss[1];
49     of the bss area used by Emacs.  */     of the bss area used by Emacs.  */
50  static char _my_endbss[1];  static char _my_endbss[1];
51  char * my_endbss_static = _my_endbss;  char * my_endbss_static = _my_endbss;
 #endif  
52    
53  /* arch-tag: 67e81ab4-e14f-44b2-8875-c0c12252223e  /* arch-tag: 67e81ab4-e14f-44b2-8875-c0c12252223e
54     (do not change this comment) */     (do not change this comment) */

Legend:
Removed from v.1.7.20.2  
changed lines
  Added in v.1.7.20.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26