X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/41882805d6711e32ac0f066119226d84dbdedc13..49d395cd57e646162e7f646a8561a416abacac82:/src/sheap.c diff --git a/src/sheap.c b/src/sheap.c index cc740173a2..03da2afa81 100644 --- a/src/sheap.c +++ b/src/sheap.c @@ -1,7 +1,7 @@ /* 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. + Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -26,11 +26,7 @@ Boston, MA 02110-1301, USA. */ #include -#ifdef HAVE_X_WINDOWS -#define STATIC_HEAP_SIZE (8 * 1024 * 1024) -#else -#define STATIC_HEAP_SIZE (8 * 1024 * 1024) -#endif +#define STATIC_HEAP_SIZE (12 * 1024 * 1024) int debug_sheap = 0;