From ff709c3a9f0024946c50ab376ec385e11935bdd5 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 15 May 2007 23:04:35 +0000 Subject: [PATCH] (SYSTEM_PURESIZE_EXTRA): Bump to 50k. --- src/s/ms-w32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index ad699dff03..75888f2df2 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 -- 2.20.1