From c52d98496d25136334d214f23850eda67712dc13 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 21 Nov 1995 07:47:43 +0000 Subject: [PATCH] (SYSTEM_PURESIZE_EXTRA): Increased. --- src/s/msdos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s/msdos.h b/src/s/msdos.h index 80b286a4d2f..0e1187ddf9d 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -234,5 +234,5 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ #define LIBX11_SYSTEM -lxext -lsys #else /* We need a little extra space, see ../../lisp/loadup.el */ -#define SYSTEM_PURESIZE_EXTRA 68000 +#define SYSTEM_PURESIZE_EXTRA 85000 #endif -- 2.39.2