* src/sheap.c (STATIC_HEAP_SIZE): Revert previous change.

This commit is contained in:
Ken Brown 2010-11-21 10:46:23 -05:00
parent 0e941dcee2
commit 731e263a73
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-11-21 Ken Brown <kbrown@cornell.edu>
* sheap.c (STATIC_HEAP_SIZE): Revert previous change.
2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
* nsterm.m (ns_right_command_modifier, ns_right_control_modifier):

View file

@ -25,7 +25,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#define STATIC_HEAP_SIZE (13 * 1024 * 1024)
#define STATIC_HEAP_SIZE (12 * 1024 * 1024)
int debug_sheap = 0;