# HG changeset patch # User Jason Rumney # Date 1179270275 0 # Node ID 18107165859dde32b32cadec0c26dd095c33cf44 # Parent 543f6471bd22491127b32a0552a5bd28db9c8631 (SYSTEM_PURESIZE_EXTRA): Bump to 50k. diff -r 543f6471bd22 -r 18107165859d src/s/ms-w32.h --- a/src/s/ms-w32.h Tue May 15 23:04:14 2007 +0000 +++ b/src/s/ms-w32.h Tue May 15 23:04:35 2007 +0000 @@ -481,7 +481,7 @@ /* We need a little extra space, see ../../lisp/loadup.el. The number below comes from 23923 bytes worth (as of 2006-04) of w32-specific files loaded by loadup.el, plus 1K spare. */ -#define SYSTEM_PURESIZE_EXTRA 25000 +#define SYSTEM_PURESIZE_EXTRA 50000 /* For unexec to work on Alpha systems, we need to put Emacs' initialized data into a separate section from the CRT initialized