* sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.

This commit is contained in:
Ken Brown 2011-03-02 16:30:51 -05:00
parent 8e0321ad01
commit 5aef9e9a95
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-03-02 kbrown <kbrown@cornell.edu>
* sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
Work around some portability problems with symlinks.

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 (12 * 1024 * 1024)
#define STATIC_HEAP_SIZE (13 * 1024 * 1024)
int debug_sheap = 0;