From: Karl Heuer Date: Thu, 8 Jun 1995 20:39:45 +0000 (+0000) Subject: (SYSTEM_PURESIZE_EXTRA) [!HAVE_X_WINDOWS]: Increase to 62000. X-Git-Tag: emacs-19.34~3723 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2354a83219bf908624a2e6fca15c85dd780a7394;p=emacs.git (SYSTEM_PURESIZE_EXTRA) [!HAVE_X_WINDOWS]: Increase to 62000. --- diff --git a/src/s/msdos.h b/src/s/msdos.h index ab6c61f0b43..0e338e0d726 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 30000 +#define SYSTEM_PURESIZE_EXTRA 62000 #endif