From: Geoff Voelker Date: Tue, 14 May 1996 17:44:15 +0000 (+0000) Subject: (SYSTEM_PURESIZE_EXTRA): Macro defined. X-Git-Tag: emacs-19.34~628 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3be3bfdfb080a6e7d01fc3ee996bfcddd8170c4;p=emacs.git (SYSTEM_PURESIZE_EXTRA): Macro defined. --- diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 6162745a28d..2cc41ad095a 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -368,4 +368,7 @@ Boston, MA 02111-1307, USA. */ #undef min #endif +/* We need a little extra space, see ../../lisp/loadup.el */ +#define SYSTEM_PURESIZE_EXTRA 15000 + /* ============================================================ */