From: Ken Brown Date: Sun, 21 Nov 2010 15:46:23 +0000 (-0500) Subject: * src/sheap.c (STATIC_HEAP_SIZE): Revert previous change. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~167 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=731e263a732a84174bf324f48720e4645ab4b9b1;p=emacs.git * src/sheap.c (STATIC_HEAP_SIZE): Revert previous change. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8a77fc15792..44dc63fd424 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-11-21 Ken Brown + + * sheap.c (STATIC_HEAP_SIZE): Revert previous change. + 2010-11-21 Jan Djärv * nsterm.m (ns_right_command_modifier, ns_right_control_modifier): diff --git a/src/sheap.c b/src/sheap.c index e972462d423..8d034ff65aa 100644 --- a/src/sheap.c +++ b/src/sheap.c @@ -25,7 +25,7 @@ along with GNU Emacs. If not, see . */ #include -#define STATIC_HEAP_SIZE (13 * 1024 * 1024) +#define STATIC_HEAP_SIZE (12 * 1024 * 1024) int debug_sheap = 0;