From: Eli Zaretskii Date: Fri, 6 Nov 2009 11:40:24 +0000 (+0000) Subject: (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K. X-Git-Tag: emacs-pretest-23.1.90~546 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ac65b38938cdee2916350bc0b16f21a00dca444;p=emacs.git (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9b4794a2c0b..80e772d9424 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2009-11-06 Eli Zaretskii + * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K. + * alloc.c (make_pure_c_string): Fix last change to avoid compiler warning. diff --git a/src/s/msdos.h b/src/s/msdos.h index 5ef414c6c18..fdade5a6029 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -196,7 +196,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ /* We need a little extra space, see ../../lisp/loadup.el and the commentary below, in the non-X branch. The 140KB number was measured on GNU/Linux and on MS-WIndows. */ -#define SYSTEM_PURESIZE_EXTRA (-170000+140000) +#define SYSTEM_PURESIZE_EXTRA (-200000+140000) #define LIBX11_SYSTEM -lxext -lsys #else /* We need a little extra space, see ../../lisp/loadup.el. @@ -208,7 +208,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ directory tree). Given the unknown policy of different DPMI hosts regarding loading of untouched pages, I'm not going to risk enlarging Emacs footprint by another 100+ KBytes. */ -#define SYSTEM_PURESIZE_EXTRA (-170000+65000) +#define SYSTEM_PURESIZE_EXTRA (-200000+65000) #endif /* Tell the garbage collector that setjmp is known to save all