From: Richard M. Stallman Date: Wed, 21 Jun 1995 18:10:36 +0000 (+0000) Subject: (SYSTEM_PURESIZE_EXTRA): Increased to 68000. X-Git-Tag: emacs-19.34~3514 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d012942705b0e6768f3347bc4bb6e31bb786240e;p=emacs.git (SYSTEM_PURESIZE_EXTRA): Increased to 68000. --- diff --git a/src/s/msdos.h b/src/s/msdos.h index 0e338e0d726..d52f9bb9d3d 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -228,5 +228,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LIBX11_SYSTEM -lxext -lsys #else /* We need a little extra space, see ../../lisp/loadup.el */ -#define SYSTEM_PURESIZE_EXTRA 62000 +#define SYSTEM_PURESIZE_EXTRA 68000 #endif