From: Jason Rumney Date: Tue, 15 May 2007 23:04:35 +0000 (+0000) Subject: (SYSTEM_PURESIZE_EXTRA): Bump to 50k. X-Git-Tag: emacs-pretest-23.0.90~11236^2~131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff709c3a9f0024946c50ab376ec385e11935bdd5;p=emacs.git (SYSTEM_PURESIZE_EXTRA): Bump to 50k. --- diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index ad699dff035..75888f2df2a 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -481,7 +481,7 @@ extern char *get_emacs_configuration_options (void); /* 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