emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Tue, 09 Nov 2004 08:28:56 -0500

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.346 emacs/src/emacs.c:1.347
*** emacs/src/emacs.c:1.346     Sun Nov  7 21:59:19 2004
--- emacs/src/emacs.c   Tue Nov  9 13:23:13 2004
***************
*** 2184,2190 ****
      {
        fprintf (stderr, 
"**************************************************\n");
        fprintf (stderr, "Warning: Your system has a gap between BSS and 
the\n");
!       fprintf (stderr, "heap (%d byte).  This usually means that 
exec-shield\n",
                 heap_bss_diff);
        fprintf (stderr, "or something similar is in effect.  The dump may\n");
        fprintf (stderr, "fail because of this.  See the section about \n");
--- 2184,2190 ----
      {
        fprintf (stderr, 
"**************************************************\n");
        fprintf (stderr, "Warning: Your system has a gap between BSS and 
the\n");
!       fprintf (stderr, "heap (%lu byte).  This usually means that 
exec-shield\n",
                 heap_bss_diff);
        fprintf (stderr, "or something similar is in effect.  The dump may\n");
        fprintf (stderr, "fail because of this.  See the section about \n");




reply via email to

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