emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/sheap.c
Date: Thu, 03 Nov 2005 16:12:07 -0500

Index: emacs/src/sheap.c
diff -c emacs/src/sheap.c:1.4 emacs/src/sheap.c:1.5
*** emacs/src/sheap.c:1.4       Sun Aug  7 12:33:18 2005
--- emacs/src/sheap.c   Thu Nov  3 21:12:07 2005
***************
*** 1,5 ****
! /* simulate sbrk() with an array in .bss, for unexec() support for Cygwin;
!    complete rewrite of xemacs Cygwin unexec() code
  
     Copyright (C) 2004, 2005 Free Software Foundation, Inc.
  
--- 1,5 ----
! /* simulate `sbrk' with an array in .bss, for `unexec' support for Cygwin;
!    complete rewrite of xemacs Cygwin `unexec' code
  
     Copyright (C) 2004, 2005 Free Software Foundation, Inc.
  
***************
*** 27,35 ****
  #include <unistd.h>
  
  #ifdef HAVE_X_WINDOWS
! #define STATIC_HEAP_SIZE      (7 * 1024 * 1024)
  #else
! #define STATIC_HEAP_SIZE      (7 * 1024 * 1024)
  #endif
  
  int debug_sheap = 0;
--- 27,35 ----
  #include <unistd.h>
  
  #ifdef HAVE_X_WINDOWS
! #define STATIC_HEAP_SIZE      (8 * 1024 * 1024)
  #else
! #define STATIC_HEAP_SIZE      (8 * 1024 * 1024)
  #endif
  
  int debug_sheap = 0;




reply via email to

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